blob: e1887caf8da3b8aeb99f3ba3bd08aa14f7f657d4 (
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(NS_DICTIONARY_OF(MGLShapeSourceOption, id) *options);
NS_ASSUME_NONNULL_END
|