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 D | offline.cpp | 16 : 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 D | offline_download.cpp | 68 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 D | map_snapshotter.cpp | 25 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 D | map_snapshotter.hpp | 39 void setStyleURL(const std::string& styleURL);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/ |
| H A D | offline.hpp | 35 const std::string styleURL; member in mbgl::OfflineTilePyramidRegionDefinition
|