11NS_ASSUME_NONNULL_BEGIN
 
   17@property (nonatomic, copy) NSArray<NSNumber *> *
drawIndexs;
 
   28                                           count:(NSUInteger)count
 
   38+ (nullable instancetype)multiPolylineWithCoordinates:(CLLocationCoordinate2D *)coords
 
   39                                                count:(NSUInteger)count
 
   48                             count:(NSUInteger)count
 
   56- (BOOL)setMultiPolylineWithCoordinates:(CLLocationCoordinate2D *)coords
 
   57                                  count:(NSUInteger)count
 
BMKMapPoint * points
坐标点数组
Definition BMKMultiPoint.h:27
此文件定义分段折线 since 6.5.0
Definition BMKMultiPolyline.h:15
NSArray< NSNumber * > * drawIndexs
颜色/纹理索引数组
Definition BMKMultiPolyline.h:17
此类用于定义一段折线
Definition BMKPolyline.h:16
地理坐标点,用直角地理坐标表示
Definition BMKTypes.h:222