高德地图SDK(导航) V10.0.900
Loading...
Searching...
No Matches
AMapNaviRouteForbiddenInfo Class Reference

路线上的禁行标示信息 since 6.0.0 More...

#import <AMapNaviCommonObj.h>

Inheritance diagram for AMapNaviRouteForbiddenInfo:

Properties

NSInteger type
 类型, 0:禁止左转; 1:禁止右转; 2:禁止左掉头; 3:禁止右掉头; 4:禁止直行
 
NSString * vehicleType
 车型, 用一个长度为8的字符串表示,每一位上的数字如果为1, 表示该车型禁行,如果为0, 表示该车型不禁行. 如 '00001110' 表示'中型货车、重型货车、拖挂'禁行
 
AMapNaviPointcoordinate
 禁行标示所在的位置
 
NSString * timeDescription
 禁行相关的时间信息
 
NSString * roadName
 禁行标示所在的道路名
 

Detailed Description

路线上的禁行标示信息 since 6.0.0

车型 第1位:全部车型 第2位:小车 第3位:微型货车 第4位:轻型货车 第5位:中型货车 第6位:重型货车 第7位:拖挂 第8位:保留

Property Documentation

◆ coordinate

- (AMapNaviPoint*) coordinate
readwritenonatomicstrong

禁行标示所在的位置

◆ roadName

- (NSString*) roadName
readwritenonatomicstrong

禁行标示所在的道路名

◆ timeDescription

- (NSString*) timeDescription
readwritenonatomicstrong

禁行相关的时间信息

◆ type

- (NSInteger) type
readwritenonatomicassign

类型, 0:禁止左转; 1:禁止右转; 2:禁止左掉头; 3:禁止右掉头; 4:禁止直行

◆ vehicleType

- (NSString*) vehicleType
readwritenonatomicstrong

车型, 用一个长度为8的字符串表示,每一位上的数字如果为1, 表示该车型禁行,如果为0, 表示该车型不禁行. 如 '00001110' 表示'中型货车、重型货车、拖挂'禁行


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