public class

NavRoadKind

extends Object
java.lang.Object
   ↳ com.tencent.navix.api.model.NavRoadKind

Class Overview

道路属性

Summary

Constants
int Bridge 桥梁
int IC 连接高速和其它不同等级道路之间的道路
int Inner 内部路
int JCT 高速之间的连接道路
int LeftTurn 起提前左转弯作用的道路
int MainRoad 主路
int MainSideIC 辅主辅路出入口
int Normal 普通道路
int Null 无效值
int PA 停车区
int Ramp 匝道
int RightTurn 起提前右转弯作用的道路
int Roundabout 环岛
int SA 服务区
int Separate 上下线分离道路
int SideRoad 辅路
int Tunnel 隧道
int UTurn 调头路
Public Constructors
NavRoadKind()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int Bridge

桥梁

Constant Value: 16 (0x00000010)

public static final int IC

连接高速和其它不同等级道路之间的道路

Constant Value: 11 (0x0000000b)

public static final int Inner

内部路

Constant Value: 4 (0x00000004)

public static final int JCT

高速之间的连接道路

Constant Value: 3 (0x00000003)

public static final int LeftTurn

起提前左转弯作用的道路

Constant Value: 9 (0x00000009)

public static final int MainRoad

主路

Constant Value: 14 (0x0000000e)

public static final int MainSideIC

辅主辅路出入口

Constant Value: 12 (0x0000000c)

public static final int Normal

普通道路

Constant Value: 1 (0x00000001)

public static final int Null

无效值

Constant Value: -1 (0xffffffff)

public static final int PA

停车区

Constant Value: 6 (0x00000006)

public static final int Ramp

匝道

Constant Value: 5 (0x00000005)

public static final int RightTurn

起提前右转弯作用的道路

Constant Value: 8 (0x00000008)

public static final int Roundabout

环岛

Constant Value: 0 (0x00000000)

public static final int SA

服务区

Constant Value: 7 (0x00000007)

public static final int Separate

上下线分离道路

Constant Value: 2 (0x00000002)

public static final int SideRoad

辅路

Constant Value: 15 (0x0000000f)

public static final int Tunnel

隧道

Constant Value: 13 (0x0000000d)

public static final int UTurn

调头路

Constant Value: 10 (0x0000000a)

Public Constructors

public NavRoadKind ()