| 程序包 | 说明 |
|---|---|
| com.amap.api.navi.enums |
导航枚举包,提供了SDK中使用到的各种枚举类。
|
| com.amap.api.navi.model |
导航模型包,大部分是通过接口回调透传给用户使用,如:导航路径、导航信息、位置信息等.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static InvokerType |
InvokerType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static InvokerType[] |
InvokerType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
InvokerType |
AMapNaviCalRouteOptions.getInvokerType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AMapNaviCalRouteOptions.setInvokerType(InvokerType invokerType) |
| 构造器和说明 |
|---|
AMapNaviCalRouteOptions(int strategy,
InvokerType invokerType) |
AMapNaviCalRouteOptions(int strategy,
InvokerType invokerType,
boolean intelligentSorting) |