public class RoutePlan.Rule
extends java.lang.Object
路线规划规则
recommended -- 系统推荐方式| 限定符和类型 | 字段和说明 |
|---|---|
static int |
economic
花费最少
|
static int |
fastest
高速优先
|
static int |
recommended
系统推荐
|
static int |
shortest
路线最短
|
static int |
timeShortest
时间最短
|
static int |
walk
步行算路
|
| 构造器和说明 |
|---|
Rule() |
public static final int recommended
public static final int shortest
public static final int fastest
public static final int economic
public static final int walk
public static final int timeShortest
©Mapbar Engine Team;All Rights Reserved