Searched refs:GeoJSONTile (Results 1 – 3 of 3) sorted by relevance
8 GeoJSONTile::GeoJSONTile(const OverscaledTileID& overscaledTileID, in GeoJSONTile() function in mbgl::GeoJSONTile16 void GeoJSONTile::updateData(mapbox::geometry::feature_collection<int16_t> features) { in updateData()20 void GeoJSONTile::querySourceFeatures( in querySourceFeatures()
10 class GeoJSONTile : public GeometryTile { class12 GeoJSONTile(const OverscaledTileID&,
46 … static_cast<GeoJSONTile*>(pair.second.get())->updateData(data->getTile(pair.first.canonical)); in update()67 …return std::make_unique<GeoJSONTile>(tileID, impl().id, parameters, data->getTile(tileID.canonical… in update()