10#if MA_INCLUDE_OVERLAY_MAMultiPolyline
25@property (nonatomic, strong) NSArray<NSNumber *> *drawStyleIndexes;
38+ (instancetype)polylineWithPoints:(
MAMapPoint *)points count:(NSUInteger)count drawStyleIndexes:(NSArray<NSNumber *> *) drawStyleIndexes;
51+ (instancetype)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count drawStyleIndexes:(NSArray<NSNumber *> *) drawStyleIndexes;
60- (BOOL)setPolylineWithPoints:(
MAMapPoint *)points
61 count:(NSUInteger)count
62 drawStyleIndexes:(NSArray<NSNumber *> *)drawStyleIndexes;
71- (BOOL)setPolylineWithCoordinates:(CLLocationCoordinate2D *)coords
72 count:(NSUInteger)count
73 drawStyleIndexes:(NSArray<NSNumber *> *)drawStyleIndexes;
此类用于定义一个由多个点相连的多段线,点与点之间尾部相连但第一点与最后一个点不相连, 通常MAPolyline是MAPolylineView的model
Definition MAPolyline.h:14
平面投影坐标结构定义
Definition MAGeometry.h:38