Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeojson_tile_data.hpp70 class GeoJSONTileData : public GeometryTileData { class
72 GeoJSONTileData(mapbox::geometry::feature_collection<int16_t> features_) in GeoJSONTileData() function in mbgl::GeoJSONTileData
77 GeoJSONTileData(std::shared_ptr<const mapbox::geometry::feature_collection<int16_t>> features_) in GeoJSONTileData() function in mbgl::GeoJSONTileData
82 return std::make_unique<GeoJSONTileData>(features); in clone()
H A Dgeojson_tile.cpp17 setData(std::make_unique<GeoJSONTileData>(std::move(features))); in updateData()
H A Dcustom_geometry_tile.cpp45 setData(std::make_unique<GeoJSONTileData>(std::move(featureData))); in setTileData()