Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmapbox.cpp31 std::string normalizeSourceURL(const std::string& baseURL, in normalizeSourceURL() argument
43 const auto tpl = baseURL + "/v4/{domain}.json?access_token=" + accessToken + "&secure"; in normalizeSourceURL()
47 std::string normalizeStyleURL(const std::string& baseURL, in normalizeStyleURL() argument
60 const auto tpl = baseURL + "/styles/v1{path}?access_token=" + accessToken; in normalizeStyleURL()
64 std::string normalizeSpriteURL(const std::string& baseURL, in normalizeSpriteURL() argument
78 baseURL + "/styles/v1{directory}{filename}/sprite{extension}?access_token=" + accessToken; in normalizeSpriteURL()
82 std::string normalizeGlyphsURL(const std::string& baseURL, in normalizeGlyphsURL() argument
95 const auto tpl = baseURL + "/fonts/v1{path}?access_token=" + accessToken; in normalizeGlyphsURL()
99 std::string normalizeTileURL(const std::string& baseURL, in normalizeTileURL() argument
112 const auto tpl = baseURL + "/v4{path}?access_token=" + accessToken; in normalizeTileURL()
H A Dmapbox.hpp15 std::string normalizeSourceURL(const std::string& baseURL, const std::string& url, const std::strin…
16 std::string normalizeStyleURL(const std::string& baseURL, const std::string& url, const std::string…
17 std::string normalizeSpriteURL(const std::string& baseURL, const std::string& url, const std::strin…
18 std::string normalizeGlyphsURL(const std::string& baseURL, const std::string& url, const std::strin…
19 std::string normalizeTileURL(const std::string& baseURL, const std::string& url, const std::string&…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp217 void DefaultFileSource::setAPIBaseURL(const std::string& baseURL) { in setAPIBaseURL() argument
218 impl->actor().invoke(&Impl::setAPIBaseURL, baseURL); in setAPIBaseURL()
222 cachedBaseURL = baseURL; in setAPIBaseURL()