Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp32 std::string getAPIBaseURL() const{ in getAPIBaseURL() function in mbgl::DefaultFileSource::Impl
33 return onlineFileSource.getAPIBaseURL(); in getAPIBaseURL()
226 std::string DefaultFileSource::getAPIBaseURL() { in getAPIBaseURL() function in mbgl::DefaultFileSource
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Donline_file_source.hpp18 std::string getAPIBaseURL() const { return apiBaseURL; } in getAPIBaseURL() function in mbgl::OnlineFileSource
H A Ddefault_file_source.hpp42 std::string getAPIBaseURL();