Home
last modified time | relevance | path

Searched refs:GeoJSONVT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp86 class GeoJSONVT { class
90 GeoJSONVT(const mapbox::geometry::feature_collection<double>& features_, in GeoJSONVT() function in mapbox::geojsonvt::GeoJSONVT
102 GeoJSONVT(const geojson& geojson_, const Options& options_ = Options()) in GeoJSONVT() function in mapbox::geojsonvt::GeoJSONVT
103 : GeoJSONVT(geojson::visit(geojson_, ToFeatureCollection{}), options_) { in GeoJSONVT()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dshape_annotation_impl.hpp30 std::unique_ptr<mapbox::geojsonvt::GeoJSONVT> shapeTiler;
H A Dshape_annotation_impl.cpp36 shapeTiler = std::make_unique<mapbox::geojsonvt::GeoJSONVT>(features, options); in updateTileData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source_impl.cpp25 mapbox::geojsonvt::GeoJSONVT impl;