10#if MA_INCLUDE_OVERLAY_MAMultiPolyline
34@property (nonatomic, strong) NSArray<NSNumber *> *drawStyleIndexes;
54+ (instancetype)polylineWithPoints:(
MAMapPoint *)points count:(NSUInteger)count drawStyleIndexes:(NSArray<NSNumber *> *) drawStyleIndexes;
74+ (instancetype)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count drawStyleIndexes:(NSArray<NSNumber *> *) drawStyleIndexes;
88- (BOOL)setPolylineWithPoints:(
MAMapPoint *)points
89 count:(NSUInteger)count
90 drawStyleIndexes:(NSArray<NSNumber *> *)drawStyleIndexes;
104- (BOOL)setPolylineWithCoordinates:(CLLocationCoordinate2D *)coords
105 count:(NSUInteger)count
106 drawStyleIndexes:(NSArray<NSNumber *> *)drawStyleIndexes;
Definition MAPolyline.h:15
Definition MAGeometry.h:42