Package | Description |
---|---|
com.baidu.mapapi.search.route |
路线规划检索模块
|
Modifier and Type | Field and Description |
---|---|
DrivingRoutePlanOption.DrivingPolicy |
DrivingRoutePlanOption.mPolicy |
Modifier and Type | Method and Description |
---|---|
static DrivingRoutePlanOption.DrivingPolicy |
DrivingRoutePlanOption.DrivingPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DrivingRoutePlanOption.DrivingPolicy[] |
DrivingRoutePlanOption.DrivingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DrivingRoutePlanOption |
DrivingRoutePlanOption.policy(DrivingRoutePlanOption.DrivingPolicy policy)
设置驾车路线规划策略
|