Home
last modified time | relevance | path

Searched refs:featureProperties (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 Dsymbol_annotation_impl.cpp15 std::unordered_map<std::string, std::string> featureProperties; in updateLayer() local
16featureProperties.emplace("sprite", annotation.icon.empty() ? std::string("default_marker") : anno… in updateLayer()
21 …er.addFeature(id, FeatureType::Point, GeometryCollection {{ {{ tilePoint }} }}, featureProperties); in updateLayer()