public class

NavRoadGrade

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

Class Overview

道路等级

Summary

Constants
int Bicycle 自行车专用路
int CountryWay 县道
int FastWay 城市快速路
int FerryWay 轮渡
int FootWay 行人道路
int HighWay 高速
int NationWay 国道
int NineWay 九级道路
int Null 无效值
int OtherWay 其它道路
int ProvinceWay 省道
int TownWay 乡村公路
Public Constructors
NavRoadGrade()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int Bicycle

自行车专用路

Constant Value: 13 (0x0000000d)

public static final int CountryWay

县道

Constant Value: 4 (0x00000004)

public static final int FastWay

城市快速路

Constant Value: 1 (0x00000001)

public static final int FerryWay

轮渡

Constant Value: 10 (0x0000000a)

public static final int FootWay

行人道路

Constant Value: 11 (0x0000000b)

public static final int HighWay

高速

Constant Value: 0 (0x00000000)

public static final int NationWay

国道

Constant Value: 2 (0x00000002)

public static final int NineWay

九级道路

Constant Value: 9 (0x00000009)

public static final int Null

无效值

Constant Value: -1 (0xffffffff)

public static final int OtherWay

其它道路

Constant Value: 8 (0x00000008)

public static final int ProvinceWay

省道

Constant Value: 3 (0x00000003)

public static final int TownWay

乡村公路

Constant Value: 6 (0x00000006)

Public Constructors

public NavRoadGrade ()