#import <MATraceManager.h>
|
| id< MATraceDelegate > | delegate |
| | 轨迹定位的代理回调对象,配合start和stop方法使用,since v6.2.0 The delegate callback object for trajectory positioning, used in conjunction with the start and stop methods. since v6.2.0 More...
|
| |
轨迹纠偏管理类 Trajectory correction management class
◆ queryProcessedTraceWith:type:processingCallback:finishCallback:failedCallback:
获取纠偏后的经纬度点集 Obtain the corrected latitude and longitude point set
- Parameters
-
| locations | 待纠偏处理的点集, 顺序即为传入的顺序 Point set to be corrected, the order is the input order |
| type | loctions经纬度坐标的类型, 如果已经是高德坐标系,传 -1 The type of loctions latitude and longitude coordinates. If it is already in the AutoNavi coordinate system, pass -1 |
| processingCallback | 如果一次传入点过多,内部会分批处理。每处理完一批就调用此回调 If too many points are passed in at once, they will be processed in batches internally. This callback is called after each batch is processed |
| finishCallback | 全部处理完毕调用此回调 This callback is called when all processing is complete |
| failedCallback | 失败调用此回调 This callback is called on failure |
- Returns
- 返回一个NSOperation对象,可调用cancel取消 Returns an NSOperation object, which can be canceled by calling cancel
◆ sharedInstance
| + (instancetype) sharedInstance |
|
|
|
◆ start
开始轨迹定位, 内部使用系统CLLocationManager,distanceFilter,desiredAccuracy均为系统默认值,since v6.2.0 Start trajectory tracking, internally using the system CLLocationManager, distanceFilter, and desiredAccuracy are set to system default values. since v6.2.0
◆ stop
停止轨迹定位,since v6.2.0 Stop trajectory tracking. since v6.2.0
◆ delegate
轨迹定位的代理回调对象,配合start和stop方法使用,since v6.2.0 The delegate callback object for trajectory positioning, used in conjunction with the start and stop methods. since v6.2.0
The documentation for this class was generated from the following file: