public class

NavMainRouteChangeReason

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

Summary

Constants
int ByAPI 通过调用Api
int Clicking 通过点击路线
int DrivingIn 驶入备选路线
int LimitChanged 限行区域改变 切换路线
int Reroute 重新算路
int RoadClosed 道路封闭 切换路线
int Unknown 未知
Public Constructors
NavMainRouteChangeReason()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int ByAPI

通过调用Api

Constant Value: 3 (0x00000003)

public static final int Clicking

通过点击路线

Constant Value: 1 (0x00000001)

public static final int DrivingIn

驶入备选路线

Constant Value: 2 (0x00000002)

public static final int LimitChanged

限行区域改变 切换路线

Constant Value: 5 (0x00000005)

public static final int Reroute

重新算路

Constant Value: 6 (0x00000006)

public static final int RoadClosed

道路封闭 切换路线

Constant Value: 4 (0x00000004)

public static final int Unknown

未知

Constant Value: 0 (0x00000000)

Public Constructors

public NavMainRouteChangeReason ()