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

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

@interface MGLGeoJSONSource (Private)

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

@end