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

#import <AMapNaviCommonObj.h>

Inheritance diagram for AMapNaviRouteForbiddenInfo:

Properties

NSInteger type
 
NSString * vehicleType
 
AMapNaviPointcoordinate
 
NSString * timeDescription
 
NSString * roadName
 

Detailed Description

车型 Vehicle Type 第1位:全部车型 1st Position: All Vehicle Types 第2位:小车 2nd Position: Compact Car 第3位:微型货车 3rd Position: Mini Van 第4位:轻型货车 4th Position: Light Truck 第5位:中型货车 5th Position: Medium Truck 第6位:重型货车 6th Position: Heavy Truck 第7位:拖挂 7th Position: Trailer 第8位:保留 8th Position: Reserved 路线上的禁行标示信息 since 6.0.0 Prohibition sign information on the route

Property Documentation

◆ coordinate

- (AMapNaviPoint*) coordinate
readwritenonatomicstrong

禁行标示所在的位置 Location of the prohibition sign

◆ roadName

- (NSString*) roadName
readwritenonatomicstrong

禁行标示所在的道路名 Road name where the no-entry sign is located

◆ timeDescription

- (NSString*) timeDescription
readwritenonatomicstrong

禁行相关的时间信息 Time information related to the prohibition

◆ type

- (NSInteger) type
readwritenonatomicassign

类型, 0:禁止左转; 1:禁止右转; 2:禁止左掉头; 3:禁止右掉头; 4:禁止直行 Type, 0: No left turn; 1: No right turn; 2: No U-turn to the left; 3: No U-turn to the right; 4: No straight ahead

◆ vehicleType

- (NSString*) vehicleType
readwritenonatomicstrong

车型, 用一个长度为8的字符串表示,每一位上的数字如果为1, 表示该车型禁行,如果为0, 表示该车型不禁行. 如 '00001110' 表示'中型货车、重型货车、拖挂'禁行 Vehicle type, represented by an 8-character string, where a '1' in any position indicates that the vehicle type is prohibited, and a '0' indicates that it is not prohibited. For example, '00001110' means 'medium trucks, heavy trucks, and trailers' are prohibited


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