#import "MGLShape.h" #import #import #import bool operator==(const CLLocationCoordinate2D lhs, const CLLocationCoordinate2D rhs); @interface MGLShape (Private) /** Returns an `mbgl::GeoJSON` representation of the `MGLShape`. */ - (mbgl::GeoJSON)geoJSONObject; /** Returns an `mbgl::Geometry` representation of the `MGLShape`. */ - (mbgl::Geometry)geometryObject; /** Returns a dictionary with the GeoJSON geometry member object. */ - (NSDictionary *)geoJSONDictionary; @end