Home
last modified time | relevance | path

Searched refs:setApiBaseUrl (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomappingmanagerenginemapboxgl.cpp78 m_settings.setApiBaseUrl(apiBaseUrl); in QGeoMappingManagerEngineMapboxGL()
85 m_settings.setApiBaseUrl(QStringLiteral("https://api.mapbox.cn")); in QGeoMappingManagerEngineMapboxGL()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp70 void setApiBaseUrl(const QString &);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp449 void QMapboxGLSettings::setApiBaseUrl(const QString& url) in setApiBaseUrl() function in QMapboxGLSettings