Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.hpp33 void removeAnnotation(const AnnotationID&);
H A Dannotation_manager.cpp56 void AnnotationManager::removeAnnotation(const AnnotationID& id) { in removeAnnotation() function in mbgl::AnnotationManager
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp153 void removeAnnotation(AnnotationID);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp199 void removeAnnotation(QMapbox::AnnotationID);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp700 void Map::removeAnnotation(AnnotationID annotation) { in removeAnnotation() function in mbgl::Map
701 impl->annotationManager.removeAnnotation(annotation); in removeAnnotation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp971 void QMapboxGL::removeAnnotation(QMapbox::AnnotationID id) in removeAnnotation() function in QMapboxGL
973 d_ptr->mapObj->removeAnnotation(id); in removeAnnotation()