summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-01-11 12:04:26 -0500
committerJulian Rex <julian.rex@mapbox.com>2019-01-12 14:36:51 -0500
commit8ebce7fda579cff81d8cdacf472f5573512baf0c (patch)
tree3022e16428a96eb561037941362056d998e5df16 /include
parent08de82be39d54f6d83353ce5cb5e930caea0d7b1 (diff)
downloadqtlocation-mapboxgl-8ebce7fda579cff81d8cdacf472f5573512baf0c.tar.gz
Reverting old core changes.
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/style/sources/geojson_source.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/mbgl/style/sources/geojson_source.hpp b/include/mbgl/style/sources/geojson_source.hpp
index a2c3c8f7d7..a03b910279 100644
--- a/include/mbgl/style/sources/geojson_source.hpp
+++ b/include/mbgl/style/sources/geojson_source.hpp
@@ -33,11 +33,8 @@ public:
void setURL(const std::string& url);
void setGeoJSON(const GeoJSON&);
- optional<std::string> getURL() const;
- mapbox::feature::feature_collection<double> getChildren(const std::uint32_t) const;
- mapbox::feature::feature_collection<double> getLeaves(const std::uint32_t, const std::uint32_t, const std::uint32_t) const;
- std::uint8_t getClusterExpansionZoom(std::uint32_t) const;
+ optional<std::string> getURL() const;
class Impl;
const Impl& impl() const;