Searched refs:getURL (Results 1 – 15 of 15) sorted by relevance
123 if (geojsonSource.getURL()) { in getStatus()131 if (imageSource.getURL()) { in getStatus()214 if (geojsonSource.getURL()) { in activateDownload()215 queueResource(Resource::source(*geojsonSource.getURL())); in activateDownload()222 auto imageUrl = imageSource.getURL(); in activateDownload()
29 std::string Style::getURL() const { in getURL() function in mbgl::style::Style30 return impl->getURL(); in getURL()
48 std::string getURL() const;
126 std::string Style::Impl::getURL() const { in getURL() function in mbgl::style::Style::Impl
19 optional<std::string> getURL() const;
18 optional<std::string> getURL() const;
36 optional<std::string> getURL() const;
32 std::string getURL() const;
39 optional<std::string> GeoJSONSource::getURL() const { in getURL() function in mbgl::style::GeoJSONSource
50 optional<std::string> ImageSource::getURL() const { in getURL() function in mbgl::style::ImageSource
28 optional<std::string> VectorSource::getURL() const { in getURL() function in mbgl::style::VectorSource
27 optional<std::string> RasterSource::getURL() const { in getURL() function in mbgl::style::RasterSource
125 return map.getStyle().getURL(); in getStyleURL()
648 return QString::fromStdString(d_ptr->mapObj->getStyle().getURL()); in styleUrl()