summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLComputedShapeSource_Private.h
blob: ec075e4bd7b0615c3c83b494c91b88dcc5ecaffa (plain)
1
2
3
4
5
6
7
8
9
10
11
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(NSDictionary<MGLShapeSourceOption, id> *options);

NS_ASSUME_NONNULL_END