|
iOS高德地图SDK(搜索) V9.8.0
|
路径规划信息 More...
#include <AMapCommonObj.h>
Properties | |
| AMapGeoPoint * | origin |
| 起点坐标 | |
| AMapGeoPoint * | destination |
| 终点坐标 | |
| CGFloat | taxiCost |
| 出租车费用(单位:元) | |
| NSArray< AMapPath * > * | paths |
| 步行、骑行、驾车方案列表 AMapPath 数组 | |
| NSArray< AMapTransit * > * | transits |
| 公交换乘方案列表 AMapTransit 数组 | |
| AMapTransitNavi * | transitNavi |
| 详细导航动作指令 since 9.4.0 | |
| NSString * | polyline |
| 分路段坐标点串,两点间用“,”分隔 since 9.4.0 | |
| CGFloat | distance |
| 起点和终点总距离 | |
Additional Inherited Members | |
Instance Methods inherited from AMapSearchObject | |
| (NSString *) | - formattedDescription |
| 返回格式化的描述信息。通用数据结构和response类型有效。 | |
路径规划信息
|
readwritenonatomiccopy |
终点坐标
|
readwritenonatomicassign |
起点和终点总距离
|
readwritenonatomiccopy |
起点坐标
|
readwritenonatomiccopy |
分路段坐标点串,两点间用“,”分隔 since 9.4.0
|
readwritenonatomicassign |
出租车费用(单位:元)
|
readwritenonatomicstrong |
详细导航动作指令 since 9.4.0
|
readwritenonatomicstrong |
公交换乘方案列表 AMapTransit 数组