Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Donline_file_source.hpp36 std::string apiBaseURL = mbgl::util::API_BASE_URL;
H A Ddefault_file_source.hpp154 std::string cachedBaseURL = mbgl::util::API_BASE_URL;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dconstants.hpp54 constexpr const char* API_BASE_URL = "https://api.mapbox.com"; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp256 , m_apiBaseUrl(mbgl::util::API_BASE_URL) in QMapboxGLSettings()