Searched refs:GeoJSONVT (Results 1 – 4 of 4) sorted by relevance
86 class GeoJSONVT { class90 GeoJSONVT(const mapbox::geometry::feature_collection<double>& features_, in GeoJSONVT() function in mapbox::geojsonvt::GeoJSONVT102 GeoJSONVT(const geojson& geojson_, const Options& options_ = Options()) in GeoJSONVT() function in mapbox::geojsonvt::GeoJSONVT103 : GeoJSONVT(geojson::visit(geojson_, ToFeatureCollection{}), options_) { in GeoJSONVT()
30 std::unique_ptr<mapbox::geojsonvt::GeoJSONVT> shapeTiler;
36 shapeTiler = std::make_unique<mapbox::geojsonvt::GeoJSONVT>(features, options); in updateTileData()
25 mapbox::geojsonvt::GeoJSONVT impl;