9#import <Foundation/Foundation.h>
21#pragma mark - 自相交开关 / Self-intersection switch
24- (void)setSelfIntersectionEnabled:(BOOL)enabled;
32- (BOOL)containsCoordinate:(CLLocationCoordinate2D)
coordinate;
48+ (instancetype)polygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
60+ (instancetype)polygonWithPoints:(
MAMapPoint *)
points count:(NSUInteger)count;
84- (BOOL)setPolygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSInteger)count;
Definition MAMultiPoint.h:17
MAMapPoint * points
Definition MAMultiPoint.h:20
Definition MAPolygon.h:15
NSArray< id< MAOverlay > > * hollowShapes
Definition MAPolygon.h:19
BOOL isSelfIntersectionEnabled()
Definition MAOverlay.h:15
CLLocationCoordinate2D coordinate()
Definition MAGeometry.h:42