summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLShape_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLShape_Private.h')
-rw-r--r--platform/darwin/src/MGLShape_Private.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/platform/darwin/src/MGLShape_Private.h b/platform/darwin/src/MGLShape_Private.h
deleted file mode 100644
index 9821d49176..0000000000
--- a/platform/darwin/src/MGLShape_Private.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#import "MGLShape.h"
-
-#import <mbgl/util/geojson.hpp>
-#import <mbgl/util/geometry.hpp>
-#import <mbgl/util/geo.hpp>
-
-bool operator==(const CLLocationCoordinate2D lhs, const CLLocationCoordinate2D rhs);
-
-@interface MGLShape (Private)
-
-/**
- Returns an `mbgl::GeoJSON` representation of the `MGLShape`.
- */
-- (mbgl::GeoJSON)geoJSONObject;
-
-/**
- Returns an `mbgl::Geometry<double>` representation of the `MGLShape`.
- */
-- (mbgl::Geometry<double>)geometryObject;
-
-/**
- Returns a dictionary with the GeoJSON geometry member object.
- */
-- (NSDictionary *)geoJSONDictionary;
-
-@end