Home
last modified time | relevance | path

Searched refs:GeoJSONSource (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source.cpp12 GeoJSONSource::GeoJSONSource(const std::string& id, const GeoJSONOptions& options) in GeoJSONSource() function in mbgl::style::GeoJSONSource
16 GeoJSONSource::~GeoJSONSource() = default;
18 const GeoJSONSource::Impl& GeoJSONSource::impl() const { in impl()
22 void GeoJSONSource::setURL(const std::string& url_) { in setURL()
33 void GeoJSONSource::setGeoJSON(const mapbox::geojson::geojson& geoJSON) { in setGeoJSON()
39 optional<std::string> GeoJSONSource::getURL() const { in getURL()
43 void GeoJSONSource::loadDescription(FileSource& fileSource) { in loadDescription()
H A Dgeojson_source_impl.cpp42 GeoJSONSource::Impl::Impl(std::string id_, GeoJSONOptions options_) in Impl()
47 GeoJSONSource::Impl::Impl(const Impl& other, const GeoJSON& geoJSON) in Impl()
71 GeoJSONSource::Impl::~Impl() = default;
73 Range<uint8_t> GeoJSONSource::Impl::getZoomRange() const { in getZoomRange()
77 GeoJSONData* GeoJSONSource::Impl::getData() const { in getData()
81 optional<std::string> GeoJSONSource::Impl::getAttribution() const { in getAttribution()
H A Dgeojson_source_impl.hpp20 class GeoJSONSource::Impl : public Source::Impl {
23 Impl(const GeoJSONSource::Impl&, const GeoJSON&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/
H A Dgeojson_source.hpp28 class GeoJSONSource : public Source { class
30 GeoJSONSource(const std::string& id, const GeoJSONOptions& = {});
31 ~GeoJSONSource() final;
49 inline bool Source::is<GeoJSONSource>() const { in is()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_geojson_source.cpp14 RenderGeoJSONSource::RenderGeoJSONSource(Immutable<style::GeoJSONSource::Impl> impl_) in RenderGeoJSONSource()
19 const style::GeoJSONSource::Impl& RenderGeoJSONSource::impl() const { in impl()
20 return static_cast<const style::GeoJSONSource::Impl&>(*baseImpl); in impl()
H A Drender_geojson_source.hpp15 RenderGeoJSONSource(Immutable<style::GeoJSONSource::Impl>);
44 const style::GeoJSONSource::Impl& impl() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dsource.hpp21 class GeoJSONSource;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_source.cpp26 … return std::make_unique<RenderGeoJSONSource>(staticImmutableCast<GeoJSONSource::Impl>(impl)); in create()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_download.cpp122 const auto& geojsonSource = *source->as<GeoJSONSource>(); in getStatus()
213 const auto& geojsonSource = *source->as<GeoJSONSource>(); in activateDownload()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dsource.cpp106 auto result = std::make_unique<GeoJSONSource>(id, *options); in convertGeoJSONSource()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1343 auto sourceGeoJSON = source->as<GeoJSONSource>(); in updateSource()