summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLShapeSource_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLShapeSource_Private.h')
-rw-r--r--platform/darwin/src/MGLShapeSource_Private.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/darwin/src/MGLShapeSource_Private.h b/platform/darwin/src/MGLShapeSource_Private.h
new file mode 100644
index 0000000000..af5dc33f96
--- /dev/null
+++ b/platform/darwin/src/MGLShapeSource_Private.h
@@ -0,0 +1,12 @@
+#import "MGLShapeSource.h"
+#import "MGLShapeSource_Private.h"
+
+#include <mbgl/style/sources/geojson_source.hpp>
+
+@interface MGLShapeSource (Private)
+
+- (instancetype)initWithRawSource:(mbgl::style::GeoJSONSource *)rawSource;
+
+- (mbgl::style::GeoJSONOptions)geoJSONOptions;
+
+@end