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

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

@interface MGLGeoJSONSource (Private)

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

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

@end