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