iOS高德地图SDK(搜索)  V9.5.0
AMapRoutePOI Class Reference

沿途POI More...

#import <AMapCommonObj.h>

Inheritance diagram for AMapRoutePOI:
AMapSearchObject

Properties

NSString * uid
 POI全局唯一ID. More...
 
NSString * name
 名称 More...
 
AMapGeoPointlocation
 经纬度 More...
 
NSInteger distance
 用户起点经过途经点再到终点的距离,单位是米 More...
 
NSInteger duration
 用户起点经过途经点再到终点的时间,单位为秒 More...
 

Additional Inherited Members

- Instance Methods inherited from AMapSearchObject
(NSString *) - formattedDescription
 返回格式化的描述信息。通用数据结构和response类型有效。 More...
 

Detailed Description

沿途POI

Property Documentation

◆ distance

- (NSInteger) distance
readwritenonatomicassign

用户起点经过途经点再到终点的距离,单位是米

◆ duration

- (NSInteger) duration
readwritenonatomicassign

用户起点经过途经点再到终点的时间,单位为秒

◆ location

- (AMapGeoPoint*) location
readwritenonatomiccopy

经纬度

◆ name

- (NSString*) name
readwritenonatomiccopy

名称

◆ uid

- (NSString*) uid
readwritenonatomiccopy

POI全局唯一ID.


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。