车辆监控地图部分
This commit is contained in:
+16
@@ -28,6 +28,17 @@
|
||||
///各个点权重设置,取值1-5,5最大。权重为5则不对此点做抽稀。格式为:{weight:indices}
|
||||
@property (nonatomic, strong) NSDictionary<NSNumber*, NSArray*> *pointsWeight;
|
||||
|
||||
///当前在手动拖动进度条
|
||||
@property (nonatomic, assign) BOOL isManualSlider;
|
||||
|
||||
/// 当前轨迹绘制进程
|
||||
@property (nonatomic, copy) void(^renderProgressHandler)(CGFloat progress);
|
||||
|
||||
/**
|
||||
* @brief 指定车辆当前位置
|
||||
*/
|
||||
- (void)specifyVehicleLocation:(CGFloat)value;
|
||||
|
||||
/**
|
||||
* @brief 重置为初始状态
|
||||
*/
|
||||
@@ -49,6 +60,11 @@
|
||||
*/
|
||||
- (BOOL)setWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSInteger)count;
|
||||
|
||||
/**
|
||||
* @brief 获取所有的点数
|
||||
*/
|
||||
- (NSInteger)getOrigPointCount;
|
||||
|
||||
/**
|
||||
* @brief 获取当前car所在位置点索引
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user