public class

NavRoadMatchStatus

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

Summary

Constants
int NULL 默认值
int OffRoute 车标脱离
int OnRoute 车标匹配在路上
Public Constructors
NavRoadMatchStatus()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int NULL

默认值

Constant Value: -1 (0xffffffff)

public static final int OffRoute

车标脱离

Constant Value: 0 (0x00000000)

public static final int OnRoute

车标匹配在路上

Constant Value: 1 (0x00000001)

Public Constructors

public NavRoadMatchStatus ()