public static class CldHudModel.HudGuide
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
short |
angle
车标的角度
|
static <any> |
CREATOR |
short |
direction
下一路口转弯方向
|
int |
distance
到下一转弯路口的距离(米)
|
int |
remDistance
到目的地的剩余距离(米)
|
int |
remTime
到目的地的剩余时间(秒)
|
byte[] |
reserver
保留字段
|
byte |
roadDescType
路名描述类型
|
java.lang.String |
roadName
下一道路名称
|
int |
roadType
出现干扰道路的道路类型
|
int |
speed
当前速度(公里/小时)
|
int |
time
当前时间UTC时间
|
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents() |
void |
writeToParcel(Parcel dest,
int flags) |
public int distance
public int remDistance
public int remTime
public java.lang.String roadName
public int speed
public int time
public short direction
public short angle
public byte roadDescType
public byte[] reserver
public int roadType
public static final <any> CREATOR