public class

ChangeRouteReason

extends Object
java.lang.Object
   ↳ com.tencent.map.lssupport.constant.ChangeRouteReason

Summary

Constants
int REASON_CHANGE_DESTINATION 修改目的地
int REASON_CHANGE_WAY_POINTS 修改途径点
int REASON_INITIATIVE_REROUTE 路线主动刷新
int REASON_OFF_ROUTE 偏航换路
int REASON_ROAD_TYPE_UPDATE 路段类型变化换路
int REASON_ROUTE_COMMON 直接算路
int REASON_ROUTE_ID_CHANGE 切换路线
int REASON_SEARCH_BY_ROUTE_ID 乘客选路导致的重算
int SEARCH_CHANGE_DEST_WAYS 同时修改目的地和途径点
int SEARCH_CHANGE_STRATEGY 调整算路策略
Public Constructors
ChangeRouteReason()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int REASON_CHANGE_DESTINATION

修改目的地

Constant Value: 4 (0x00000004)

public static final int REASON_CHANGE_WAY_POINTS

修改途径点

Constant Value: 5 (0x00000005)

public static final int REASON_INITIATIVE_REROUTE

路线主动刷新

Constant Value: 3 (0x00000003)

public static final int REASON_OFF_ROUTE

偏航换路

Constant Value: 1 (0x00000001)

public static final int REASON_ROAD_TYPE_UPDATE

路段类型变化换路

Constant Value: 2 (0x00000002)

public static final int REASON_ROUTE_COMMON

直接算路

Constant Value: 0 (0x00000000)

public static final int REASON_ROUTE_ID_CHANGE

切换路线

Constant Value: 1001 (0x000003e9)

public static final int REASON_SEARCH_BY_ROUTE_ID

乘客选路导致的重算

Constant Value: 8 (0x00000008)

public static final int SEARCH_CHANGE_DEST_WAYS

同时修改目的地和途径点

Constant Value: 6 (0x00000006)

public static final int SEARCH_CHANGE_STRATEGY

调整算路策略

Constant Value: 7 (0x00000007)

Public Constructors

public ChangeRouteReason ()