Home
last modified time | relevance | path

Searched refs:normalizeStyleURL (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.hpp16 std::string normalizeStyleURL(const std::string& baseURL, const std::string& url, const std::string…
H A Dmapbox.cpp47 std::string normalizeStyleURL(const std::string& baseURL, in normalizeStyleURL() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Donline_file_source.cpp217 res.url = mbgl::util::mapbox::normalizeStyleURL(apiBaseURL, resource.url, accessToken); in request()