Home
last modified time | relevance | path

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