Home
last modified time | relevance | path

Searched refs:onWillStartLoadingMap (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap_observer.hpp33 virtual void onWillStartLoadingMap() {} in onWillStartLoadingMap() function in mbgl::MapObserver
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_map_observer.hpp27 void onWillStartLoadingMap() final;
H A Dqmapboxgl_map_observer.cpp41 void QMapboxGLMapObserver::onWillStartLoadingMap() in onWillStartLoadingMap() function in QMapboxGLMapObserver
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp795 observer.onWillStartLoadingMap(); in onStyleLoading()