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;