public static interface RouteSearchV2.OnRoutePlanSearchListener
限定符和类型 | 方法和说明 |
---|---|
void |
onDriveRoutePlanSearched(DriveRoutePlanResult routePlanResult,
int errorCode)
货车路径规划回调方法
|
void onDriveRoutePlanSearched(DriveRoutePlanResult routePlanResult, int errorCode)
routePlanResult
- 驾车路径未来规划的结果集。errorCode
- 返回结果成功或者失败的响应码。1000为成功,其他为失败(详细信息参见网站开发指南-错误码对照表)。