Inherits from OSMultiPoint : OSBasicOverlay : OSBasicAnnotation : NSObject
Declared in OSPolygon.h

Properties

interiorPolygons

@property (nonatomic, copy, readonly) NSArray *interiorPolygons

Class Methods

polygonWithCoordinates:count:

+ (instancetype)polygonWithCoordinates:(CLLocationCoordinate2D const *)coords count:(NSUInteger)count

polygonWithCoordinates:count:interiorPolygons:

+ (instancetype)polygonWithCoordinates:(CLLocationCoordinate2D const *)coords count:(NSUInteger)count interiorPolygons:(NSArray *)interiorPolygons

polygonWithGridPoints:count:

+ (instancetype)polygonWithGridPoints:(OSGridPoint const *)points count:(NSUInteger)count

polygonWithGridPoints:count:interiorPolygons:

+ (instancetype)polygonWithGridPoints:(OSGridPoint const *)points count:(NSUInteger)count interiorPolygons:(NSArray *)interiorPolygons