Class DriveRouteConstant.DrivingRouteSearchTactics
java.lang.Object
com.baidu.mapapi.search.route.v2.drive.DriveRouteConstant.DrivingRouteSearchTactics
- Enclosing class:
- DriveRouteConstant
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DRIVING_ROUTE_SEARCH_TACTICS_DEFAULT
public static int DRIVING_ROUTE_SEARCH_TACTICS_DEFAULT -
DRIVING_ROUTE_SEARCH_TACTICS_DISTANCE_SHORTEST
public static int DRIVING_ROUTE_SEARCH_TACTICS_DISTANCE_SHORTEST -
DRIVING_ROUTE_SEARCH_TACTICS_NO_HIGHWAY
public static int DRIVING_ROUTE_SEARCH_TACTICS_NO_HIGHWAY -
DRIVING_ROUTE_SEARCH_TACTICS_HIGHWAY_FIRST
public static int DRIVING_ROUTE_SEARCH_TACTICS_HIGHWAY_FIRST -
DRIVING_ROUTE_SEARCH_TACTICS_AVOID_CONGESTION
public static int DRIVING_ROUTE_SEARCH_TACTICS_AVOID_CONGESTION -
DRIVING_ROUTE_SEARCH_TACTICS_LESS_TOLL
public static int DRIVING_ROUTE_SEARCH_TACTICS_LESS_TOLL -
DRIVING_ROUTE_SEARCH_TACTICS_AVOID_CONGESTION_HIGHWAY
public static int DRIVING_ROUTE_SEARCH_TACTICS_AVOID_CONGESTION_HIGHWAY -
DRIVING_ROUTE_SEARCH_TACTICS_AVOID_CONGESTION_NO_HIGHWAY
public static int DRIVING_ROUTE_SEARCH_TACTICS_AVOID_CONGESTION_NO_HIGHWAY -
DRIVING_ROUTE_SEARCH_TACTICS_AVOID_CONGESTION_LESS_TOLL
public static int DRIVING_ROUTE_SEARCH_TACTICS_AVOID_CONGESTION_LESS_TOLL -
DRIVING_ROUTE_SEARCH_TACTICS_AVOID_CONGESTION_NO_HIGHWAY_LESS_TOLL
public static int DRIVING_ROUTE_SEARCH_TACTICS_AVOID_CONGESTION_NO_HIGHWAY_LESS_TOLL -
DRIVING_ROUTE_SEARCH_TACTICS_NO_HIGHWAY_LESS_TOLL
public static int DRIVING_ROUTE_SEARCH_TACTICS_NO_HIGHWAY_LESS_TOLL -
DRIVING_ROUTE_SEARCH_TACTICS_DISTANCE_PRIORITY
public static int DRIVING_ROUTE_SEARCH_TACTICS_DISTANCE_PRIORITY -
DRIVING_ROUTE_SEARCH_TACTICS_TIME_PRIORITY
public static int DRIVING_ROUTE_SEARCH_TACTICS_TIME_PRIORITY
-
-
Constructor Details
-
DrivingRouteSearchTactics
public DrivingRouteSearchTactics()
-