Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dvector_tile_data.cpp6 VectorTileFeature::VectorTileFeature(const mapbox::vector_tile::layer& layer, in VectorTileFeature()
13 case mapbox::vector_tile::GeomType::POINT: in getType()
15 case mapbox::vector_tile::GeomType::LINESTRING: in getType()
17 case mapbox::vector_tile::GeomType::POLYGON: in getType()
39 if (feature.getVersion() >= 2 || feature.getType() != mapbox::vector_tile::GeomType::POLYGON) { in getGeometries()
74 layers = mapbox::vector_tile::buffer(*data).getLayers(); in getLayer()
86 return mapbox::vector_tile::buffer(*data).layerNames(); in layerNames()
H A Dvector_tile_data.hpp14 VectorTileFeature(const mapbox::vector_tile::layer&, const protozero::data_view&);
23 mapbox::vector_tile::feature feature;
36 mapbox::vector_tile::layer layer;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/vector_tile/
H A Dvector_tile_config.hpp5 namespace mapbox { namespace vector_tile { namespace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp19 namespace mapbox { namespace vector_tile { namespace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/
H A Dmapbox-gl-native.pro333 src/mbgl/tile/vector_tile.cpp \