Home
last modified time | relevance | path

Searched refs:geojson_ (Results 1 – 1 of 1) 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.hpp62 inline const Tile geoJSONToTile(const geojson& geojson_, in geoJSONToTile() argument
70 const auto features_ = geojson::visit(geojson_, ToFeatureCollection{}); in geoJSONToTile()
102 GeoJSONVT(const geojson& geojson_, const Options& options_ = Options()) in GeoJSONVT() argument
103 : GeoJSONVT(geojson::visit(geojson_, ToFeatureCollection{}), options_) { in GeoJSONVT()