Home
last modified time | relevance | path

Searched refs:styleURL (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline.cpp16 : styleURL(std::move(styleURL_)), in OfflineTilePyramidRegionDefinition()
78 std::string styleURL { doc["style_url"].GetString(), doc["style_url"].GetStringLength() }; in decodeOfflineRegionDefinition() local
86 return { styleURL, bounds, minZoom, maxZoom, pixelRatio }; in decodeOfflineRegionDefinition()
93 …doc.AddMember("style_url", rapidjson::StringRef(region.styleURL.data(), region.styleURL.length()),… in encodeOfflineRegionDefinition()
H A Doffline_download.cpp68 optional<Response> styleResponse = offlineDatabase.get(Resource::style(definition.styleURL)); in getStatus()
159 ensureResource(Resource::style(definition.styleURL), [&](Response styleResponse) { in activateDownload()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.cpp25 void setStyleURL(std::string styleURL);
120 void MapSnapshotter::Impl::setStyleURL(std::string styleURL) { in setStyleURL() argument
121 map.getStyle().loadURL(styleURL); in setStyleURL()
181 void MapSnapshotter::setStyleURL(const std::string& styleURL) { in setStyleURL() argument
182 impl->actor().invoke(&Impl::setStyleURL, styleURL); in setStyleURL()
H A Dmap_snapshotter.hpp39 void setStyleURL(const std::string& styleURL);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Doffline.hpp35 const std::string styleURL; member in mbgl::OfflineTilePyramidRegionDefinition