Home
last modified time | relevance | path

Searched refs:ToFeatureCollection (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.hpp22 struct ToFeatureCollection { struct
70 const auto features_ = geojson::visit(geojson_, ToFeatureCollection{}); in geoJSONToTile()
103 : GeoJSONVT(geojson::visit(geojson_, ToFeatureCollection{}), options_) { in GeoJSONVT()