Home
last modified time | relevance | path

Searched refs:updateAnnotation (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.hpp32 bool updateAnnotation(const AnnotationID&, const Annotation&);
H A Dannotation_manager.cpp48 bool AnnotationManager::updateAnnotation(const AnnotationID& id, const Annotation& annotation) { in updateAnnotation() function in mbgl::AnnotationManager
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp152 void updateAnnotation(AnnotationID, const Annotation&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp198 void updateAnnotation(QMapbox::AnnotationID, const QMapbox::Annotation &);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp694 void Map::updateAnnotation(AnnotationID id, const Annotation& annotation) { in updateAnnotation() function in mbgl::Map
695 if (impl->annotationManager.updateAnnotation(id, annotation)) { in updateAnnotation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp963 void QMapboxGL::updateAnnotation(QMapbox::AnnotationID id, const QMapbox::Annotation &annotation) in updateAnnotation() function in QMapboxGL
965 d_ptr->mapObj->updateAnnotation(id, *asMapboxGLAnnotation(annotation)); in updateAnnotation()