#import "MGLFoundation.h" #import "MGLShapeSource.h" NS_ASSUME_NONNULL_BEGIN namespace mbgl { namespace style { class GeoJSONOptions; } } MGL_EXPORT mbgl::style::GeoJSONOptions MGLGeoJSONOptionsFromDictionary(NSDictionary *options); NS_ASSUME_NONNULL_END