|
iOS高德地图SDK(搜索) V9.8.0
|
沿途POI More...
#include <AMapCommonObj.h>
Properties | |
| NSString * | uid |
| POI全局唯一ID. | |
| NSString * | name |
| 名称 | |
| AMapGeoPoint * | location |
| 经纬度 | |
| NSInteger | distance |
| 用户起点经过途经点再到终点的距离,单位是米 | |
| NSInteger | duration |
| 用户起点经过途经点再到终点的时间,单位为秒 | |
Additional Inherited Members | |
Instance Methods inherited from AMapSearchObject | |
| (NSString *) | - formattedDescription |
| 返回格式化的描述信息。通用数据结构和response类型有效。 | |
沿途POI
|
readwritenonatomicassign |
用户起点经过途经点再到终点的距离,单位是米
|
readwritenonatomicassign |
用户起点经过途经点再到终点的时间,单位为秒
|
readwritenonatomiccopy |
经纬度
|
readwritenonatomiccopy |
名称
|
readwritenonatomiccopy |
POI全局唯一ID.