Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.cpp69 ShapeAnnotationImpl& impl = *shapeAnnotations.emplace(id, in add()
75 ShapeAnnotationImpl& impl = *shapeAnnotations.emplace(id, in add()
98 auto it = shapeAnnotations.find(id); in update()
99 if (it == shapeAnnotations.end()) { in update()
104 shapeAnnotations.erase(it); in update()
110 auto it = shapeAnnotations.find(id); in update()
111 if (it == shapeAnnotations.end()) { in update()
116 shapeAnnotations.erase(it); in update()
125 } else if (shapeAnnotations.find(id) != shapeAnnotations.end()) { in remove()
126 auto it = shapeAnnotations.find(id); in remove()
[all …]
H A Dannotation_manager.hpp83 ShapeAnnotationMap shapeAnnotations; member in mbgl::AnnotationManager