public class AMapNaviCalRouteOptions
extends java.lang.Object
| 构造器和说明 |
|---|
AMapNaviCalRouteOptions(int strategy,
InvokerType invokerType) |
AMapNaviCalRouteOptions(int strategy,
InvokerType invokerType,
boolean intelligentSorting) |
| 限定符和类型 | 方法和说明 |
|---|---|
InvokerType |
getInvokerType() |
int |
getStrategy() |
boolean |
isIntelligentSorting() |
void |
setIntelligentSorting(boolean intelligentSorting) |
void |
setInvokerType(InvokerType invokerType) |
void |
setStrategy(int strategy) |
public AMapNaviCalRouteOptions(int strategy,
InvokerType invokerType)
public AMapNaviCalRouteOptions(int strategy,
InvokerType invokerType,
boolean intelligentSorting)
public boolean isIntelligentSorting()
public void setIntelligentSorting(boolean intelligentSorting)
public int getStrategy()
public InvokerType getInvokerType()
public void setStrategy(int strategy)
public void setInvokerType(InvokerType invokerType)