Searched refs:GeoJSONSource (Results 1 – 11 of 11) sorted by relevance
12 GeoJSONSource::GeoJSONSource(const std::string& id, const GeoJSONOptions& options) in GeoJSONSource() function in mbgl::style::GeoJSONSource16 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()
42 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()
20 class GeoJSONSource::Impl : public Source::Impl {23 Impl(const GeoJSONSource::Impl&, const GeoJSON&);
28 class GeoJSONSource : public Source { class30 GeoJSONSource(const std::string& id, const GeoJSONOptions& = {});31 ~GeoJSONSource() final;49 inline bool Source::is<GeoJSONSource>() const { in is()
14 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()
15 RenderGeoJSONSource(Immutable<style::GeoJSONSource::Impl>);44 const style::GeoJSONSource::Impl& impl() const;
21 class GeoJSONSource;
26 … return std::make_unique<RenderGeoJSONSource>(staticImmutableCast<GeoJSONSource::Impl>(impl)); in create()
122 const auto& geojsonSource = *source->as<GeoJSONSource>(); in getStatus()213 const auto& geojsonSource = *source->as<GeoJSONSource>(); in activateDownload()
106 auto result = std::make_unique<GeoJSONSource>(id, *options); in convertGeoJSONSource()
1343 auto sourceGeoJSON = source->as<GeoJSONSource>(); in updateSource()