Home
last modified time | relevance | path

Searched refs:GeoJSONTileFeature (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.hpp8 class GeoJSONTileFeature : public GeometryTileFeature { class
12 GeoJSONTileFeature(const mapbox::geometry::feature<int16_t>& feature_) in GeoJSONTileFeature() function in mbgl::GeoJSONTileFeature
59 return std::make_unique<GeoJSONTileFeature>((*features)[i]); in getFeature()