高德地图SDK(Track)
V1.4.2
|
行驶轨迹和距离查询返回 More...
#import <AMapTrackHistoryObj.h>
Properties | |
NSUInteger | distance |
行驶距离,单位米 More... | |
NSUInteger | count |
符合要求点的个数 More... | |
AMapTrackPoint * | startPoint |
起点信息,仅在page=1的时候显示相关信息 More... | |
AMapTrackPoint * | endPoint |
终点信息,仅在page=1的时候显示相关信息 More... | |
NSArray< AMapTrackPoint * > * | points |
历史轨迹数据 More... | |
![]() | |
AMapTrackErrorCode | code |
请求返回的状态码 More... | |
NSString * | info |
请求返回的状态码描述 More... | |
NSString * | detail |
请求返回的错误细节 More... | |
Additional Inherited Members | |
![]() | |
(NSString *) | - formattedDescription |
返回格式化的描述信息。通用数据结构和response类型有效。 More... | |
行驶轨迹和距离查询返回
|
readwritenonatomicassign |
符合要求点的个数
|
readwritenonatomicassign |
行驶距离,单位米
|
readwritenonatomicstrong |
终点信息,仅在page=1的时候显示相关信息
|
readwritenonatomicstrong |
历史轨迹数据
|
readwritenonatomicstrong |
起点信息,仅在page=1的时候显示相关信息