|
iOS高德地图SDK(搜索)
V7.6.0
|
距离查询请求(since 6.1.0) More...
#import <AMapSearchObj.h>
Properties | |
| NSArray< AMapGeoPoint * > * | origins |
| 起点坐标数组,最多支持100个点。 More... | |
| AMapGeoPoint * | destination |
| 终点坐标 More... | |
| NSInteger | type |
| 路径计算的方式和方法.0:直线距离; 1:驾车导航距离(仅支持国内坐标)此时会考虑路况,故在不同时间请求返回结果可能不同,此策略和driving接口的 strategy=4策略一致; 默认为1 More... | |
| BOOL | requireExtension |
| 是否返回扩展信息,默认为 NO (since 7.6.0) More... | |
Additional Inherited Members | |
Instance Methods inherited from AMapSearchObject | |
| (NSString *) | - formattedDescription |
| 返回格式化的描述信息。通用数据结构和response类型有效。 More... | |
距离查询请求(since 6.1.0)
|
readwritenonatomicstrong |
终点坐标
|
readwritenonatomicstrong |
起点坐标数组,最多支持100个点。
|
readwritenonatomicassign |
是否返回扩展信息,默认为 NO (since 7.6.0)
|
readwritenonatomicassign |
路径计算的方式和方法.0:直线距离; 1:驾车导航距离(仅支持国内坐标)此时会考虑路况,故在不同时间请求返回结果可能不同,此策略和driving接口的 strategy=4策略一致; 默认为1