Home
last modified time | relevance | path

Searched defs:styleURL (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.cpp120 void MapSnapshotter::Impl::setStyleURL(std::string styleURL) { in setStyleURL()
181 void MapSnapshotter::setStyleURL(const std::string& styleURL) { in setStyleURL()
/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
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline.cpp78 std::string styleURL { doc["style_url"].GetString(), doc["style_url"].GetStringLength() }; in decodeOfflineRegionDefinition() local