Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dshape_annotation_impl.cpp47 for (const auto& shapeFeature : shapeTile.features) { in updateTileData() local
48 FeatureType featureType = apply_visitor(toFeatureType, shapeFeature.geometry); in updateTileData()
49 … GeometryCollection renderGeometry = apply_visitor(toGeometryCollection, shapeFeature.geometry); in updateTileData()