程序包 | 说明 |
---|---|
com.amap.api.services.route |
路径查询包,包含了在公交、自驾或步行路线规划中的详细信息。
|
限定符和类型 | 方法和说明 |
---|---|
DriveRoutePlanResult |
RouteSearch.calculateDrivePlan(RouteSearch.DrivePlanQuery driveQuery)
根据指定的参数来计算驾车路径。
|
限定符和类型 | 方法和说明 |
---|---|
void |
RouteSearch.OnRoutePlanSearchListener.onDriveRoutePlanSearched(DriveRoutePlanResult routePlanResult,
int errorCode)
货车路径规划回调方法
|
void |
RouteSearchV2.OnRoutePlanSearchListener.onDriveRoutePlanSearched(DriveRoutePlanResult routePlanResult,
int errorCode)
货车路径规划回调方法
|