MMKMultiPolygon
|
@interface MMKMultiPolygon : NSObject |
An area consisting of multiple external polygons.
Summary
Class methods
|
+ (nonnull MMKMultiPolygon *)multiPolygonWithPolygons:(nonnull NSArray<MMKPolygon *> *)polygons; |
Properties
|
@property (nonatomic, readonly, nonnull) NSArray<MMKPolygon *> *polygons; |
Class methods
multiPolygonWithPolygons:
|
+ (nonnull MMKMultiPolygon *)multiPolygonWithPolygons:(nonnull NSArray<MMKPolygon *> *)polygons; |
Properties
polygons
|
@property (nonatomic, readonly, nonnull) NSArray<MMKPolygon *> *polygons; |