9 #import "BMKMultiPoint.h"
10 #import "BMKOverlay.h"
12 NS_ASSUME_NONNULL_BEGIN
17 @property (nonatomic, copy, nullable) NSArray<id <BMKOverlay>> *
hollowShapes;
23 + (nullable instancetype)polygonWithPoints:(
BMKMapPoint *)
points count:(NSUInteger)count;
29 + (nullable instancetype)polygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
41 - (BOOL)setPolygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger) count;