public class

NavRerouteReason

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

Summary

Constants
int ChangeDest 修改目的地
int ChangeDestAndWaypoints 修改目的地和途径点
int ChangeSearchPreference 修改路线偏好
int ChangeWaypoints 修改途径点
int OffRoute 偏航
int Refresh 刷新路线
int RestoreRoute 路线还原
int SwitchParallelRoad 平行路切换
Public Constructors
NavRerouteReason()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int ChangeDest

修改目的地

Constant Value: 4 (0x00000004)

public static final int ChangeDestAndWaypoints

修改目的地和途径点

Constant Value: 6 (0x00000006)

public static final int ChangeSearchPreference

修改路线偏好

Constant Value: 7 (0x00000007)

public static final int ChangeWaypoints

修改途径点

Constant Value: 5 (0x00000005)

public static final int OffRoute

偏航

Constant Value: 1 (0x00000001)

public static final int Refresh

刷新路线

Constant Value: 3 (0x00000003)

public static final int RestoreRoute

路线还原

Constant Value: 8 (0x00000008)

public static final int SwitchParallelRoad

平行路切换

Constant Value: 2 (0x00000002)

Public Constructors

public NavRerouteReason ()