10#if MA_INCLUDE_OVERLAY_GEODESIC
28+ (instancetype)polylineWithPoints:(
MAMapPoint *)points count:(NSUInteger)count;
40+ (instancetype)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
52- (BOOL)setPolylineWithPoints:(
MAMapPoint *)points count:(NSInteger)count;
64- (BOOL)setPolylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSInteger)count;
Definition MAPolyline.h:15
Definition MAGeometry.h:42