summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLShapeSource_Private.h
blob: fb5b3b3c0da6457f6008b3535063576a2e1a05e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#import "MGLFoundation.h"
#import "MGLShapeSource.h"

NS_ASSUME_NONNULL_BEGIN

namespace mbgl {
    namespace style {
        struct GeoJSONOptions;
    }
}

MGL_EXPORT
mbgl::style::GeoJSONOptions MGLGeoJSONOptionsFromDictionary(NSDictionary<MGLShapeSourceOption, id> *options);

NS_ASSUME_NONNULL_END