public class AMapNaviForbiddenInfo
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
java.lang.String |
carType
限制车辆类型类型
Vehicle restriction type. |
java.lang.String |
carTypeDesc
限制车辆类型描述
Vehicle type restriction description |
java.lang.String |
forbiddenTime
禁止时间
Prohibition time |
int |
forbiddenType
禁止类型
Prohibition type. |
double |
latitude
限制位置的纬度
Latitude of restriction location |
int |
linkIndex
限制位置所在的link索引
Link index where the restriction is located |
double |
longitude
限制位置的经度
Longitude of restriction location |
java.lang.String |
nextRoadName
限制的下一段路段名称
Name of the next restricted section |
long |
pathId
禁止信息对应路线id
Prohibited information corresponding route id |
java.lang.String |
roadName
限制的当前路段名称
Name of the current restricted section |
int |
segIndex
限制位置所在的step索引
Step index where the restriction is located |
public long pathId
public int forbiddenType
public java.lang.String forbiddenTime
public java.lang.String carType
第1位:全部车型
Position 1: All vehicle types
第2位:小车
Position 2: Small cars
第3位:微型货车
Position 3: Mini trucks
第4位:轻型货车
Position 4: Light trucks
第5位:中型货车
Position 5: Medium trucks
第6位:重型货车
Position 6: Heavy trucks
第7位:拖挂
Position 7: Trailers
第8位:保留
Position 8: Reserved
车型, 用一个长度为8的字符串表示,每一位上的数字如果为1, 表示该车型禁行,如果为0, 表示该车型不禁行
Vehicle type, represented by a string of length 8, where each digit being 1 indicates the vehicle type is prohibited, and 0 indicates it is not prohibited
如 '00001110' 表示'中型货车、重型货车、拖挂'禁行
For example, '00001110' indicates 'Medium trucks, Heavy trucks, Trailers' are prohibited
public double longitude
public double latitude
public java.lang.String roadName
public java.lang.String nextRoadName
public int segIndex
public int linkIndex
public java.lang.String carTypeDesc