Searched refs:shapeAnnotations (Results 1 – 2 of 2) sorted by relevance
69 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 …]
83 ShapeAnnotationMap shapeAnnotations; member in mbgl::AnnotationManager