public interface AMapNaviIndependentRouteListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onIndependentCalculateFail(AMapCalcRouteResult routeResult)
独立算路失败回调
Independent route calculation failure callback |
void |
onIndependentCalculateInvoke(int routeRequestId)
底层独立算路回调
|
void |
onIndependentCalculateSuccess(AMapNaviPathGroup group)
独立算路成功回调
Independent route calculation success callback |
void onIndependentCalculateSuccess(AMapNaviPathGroup group)
group - 算路结果(路线组)void onIndependentCalculateFail(AMapCalcRouteResult routeResult)
routeResult - 失败信息void onIndependentCalculateInvoke(int routeRequestId)
routeRequestId - 独立算路请求id