summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLShapeSource_Private.h
blob: 0720074d1d0782b17274d13522b8dfbbef72c132 (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 {
        class GeoJSONOptions;
    }
}

MGL_EXPORT
mbgl::style::GeoJSONOptions MGLGeoJSONOptionsFromDictionary(NS_DICTIONARY_OF(MGLShapeSourceOption, id) *options);

NS_ASSUME_NONNULL_END