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

#include <mbgl/style/sources/geojson_source.hpp>

@interface MGLShapeSource (Private)

- (instancetype)initWithRawSource:(mbgl::style::GeoJSONSource *)rawSource;

- (mbgl::style::GeoJSONOptions)geoJSONOptions;

@end