高德地图SDK(导航)  V11.1.000
AMapNaviRouteNotifyData Class Reference

#import <AMapNaviCommonObj.h>

Inheritance diagram for AMapNaviRouteNotifyData:

Properties

AMapNaviRouteNotifyDataType type
 
BOOL success
 
NSInteger distance
 
AMapNaviPointcoordinate
 
NSString * roadName
 
NSString * reason
 
NSString * subTitle
 

Detailed Description

实时导航过程中关于路线的‘通知信息’ since 6.2.0 'Notification information' about the route during real-time navigation

Property Documentation

◆ coordinate

- (AMapNaviPoint*) coordinate
readwritenonatomicstrong

信息发生的位置坐标 Coordinates where the information occurred

◆ distance

- (NSInteger) distance
readwritenonatomicassign

当前位置距信息发生位置的距离. 注意:-1代表距离无效; 0代表当前已处在信息发生的范围内 The distance from the current location to the location where the information occurred. Note: -1 indicates that the distance is invalid; 0 indicates that you are already within the range where the information occurred

◆ reason

- (NSString*) reason
readwritenonatomiccopy

信息发生的原因 The reason for the information occurrence

◆ roadName

- (NSString*) roadName
readwritenonatomiccopy

信息发生所在道路的名字 Name of the road where the information occurred

◆ subTitle

- (NSString*) subTitle
readwritenonatomiccopy

信息的补充说明 Additional information about the information

◆ success

- (BOOL) success
readwritenonatomicassign

是否成功避开了:限行区域、禁行区域、道路关闭区域、拥堵区域; 是否成功了切换了主备选路线 Whether successfully avoided: restricted zones, no-entry zones, road closure areas, congestion areas; whether successfully switched to the alternate route

◆ type

- (AMapNaviRouteNotifyDataType) type
readwritenonatomicassign

信息的类型 Type of information


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