#import "MGLShape.h" #import @interface MGLShape (Private) /** Returns an `mbgl::Geometry` representation of the `MGLShape`. */ - (mbgl::Geometry)geometryObject; /** Returns a dictionary with the GeoJSON geometry member object. */ - (NSDictionary *)geoJSONDictionary; @end