14 NS_ASSUME_NONNULL_BEGIN
47 + (nullable instancetype)polylineWithPoints:(
BMKMapPoint *)points count:(NSUInteger)count;
53 + (nullable instancetype)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
59 - (BOOL)setPolylineWithPoints:(
BMKMapPoint *)points count:(NSUInteger)count;
65 - (BOOL)setPolylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
68 #pragma mark - 以下方法和属性只适用于分段纹理绘制和分段颜色绘制
75 @property (nonatomic, copy, nullable) NSArray<NSNumber *> *textureIndex
__deprecated_msg(
"已废弃since 6.5.0, 请使用BMKMultiPolyline中drawIndexs");
85 + (nullable instancetype)polylineWithPoints:(
BMKMapPoint *)points
86 count:(NSUInteger)count
87 textureIndex:(NSArray<NSNumber *> *)textureIndex __deprecated_msg("已废弃since 6.5.0, 请使用BMKMultiPolyline中multiPolylineWithPoints:count:drawIndexs:替换");
96 + (nullable instancetype)polylineWithCoordinates:(CLLocationCoordinate2D *)coords
97 count:(NSUInteger)count
98 textureIndex:(NSArray<NSNumber *> *)textureIndex __deprecated_msg("已废弃since 6.5.0, 请使用BMKMultiPolyline中multiPolylineWithCoordinates:count:drawIndexs:替换");
105 - (BOOL)setPolylineWithPoints:(
BMKMapPoint *)points
106 count:(NSUInteger)count
107 textureIndex:(NSArray<NSNumber *> *)textureIndex __deprecated_msg("已废弃since 6.5.0, 请使用BMKMultiPolyline中setMultiPolylineWithPoints:count:drawIndexs:替换");
114 - (BOOL)setPolylineWithCoordinates:(CLLocationCoordinate2D *)coords
115 count:(NSUInteger)count
116 textureIndex:(NSArray<NSNumber *> *)textureIndex __deprecated_msg("已废弃since 6.5.0, 请使用BMKMultiPolyline中setMultiPolylineWithCoordinates:count:drawIndexs:替换");
119 NS_ASSUME_NONNULL_END