Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeojson_tile_data.hpp48 class GeoJSONTileLayer : public GeometryTileLayer { class
50 GeoJSONTileLayer(std::shared_ptr<const mapbox::geometry::feature_collection<int16_t>> features_) in GeoJSONTileLayer() function in mbgl::GeoJSONTileLayer
86 return std::make_unique<GeoJSONTileLayer>(features); in getLayer()