车辆监控地图部分

This commit is contained in:
DDIsFriend
2023-12-22 17:59:33 +08:00
parent 11d838906f
commit 652f3145a8
71 changed files with 9317 additions and 8464 deletions
@@ -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所在位置点索引
*/