summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLComputedShapeSource_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLComputedShapeSource_Private.h')
-rw-r--r--platform/darwin/src/MGLComputedShapeSource_Private.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/darwin/src/MGLComputedShapeSource_Private.h b/platform/darwin/src/MGLComputedShapeSource_Private.h
new file mode 100644
index 0000000000..e1887caf8d
--- /dev/null
+++ b/platform/darwin/src/MGLComputedShapeSource_Private.h
@@ -0,0 +1,12 @@
+#import "MGLFoundation.h"
+#import "MGLTypes.h"
+#import "MGLComputedShapeSource.h"
+
+#include <mbgl/style/sources/custom_geometry_source.hpp>
+
+NS_ASSUME_NONNULL_BEGIN
+
+MGL_EXPORT
+mbgl::style::CustomGeometrySource::Options MBGLCustomGeometrySourceOptionsFromDictionary(NS_DICTIONARY_OF(MGLShapeSourceOption, id) *options);
+
+NS_ASSUME_NONNULL_END