DrivingResult
DrivingResult Object(Type: Object)
Attribute | Type | Description | ||
info | Success Status Description | |||
origin | Driving Plan Start Point Coordinates | |||
destination | Driving Plan End Point Coordinates | |||
start | Poi | Driving Plan Start Point | ||
end | Poi | Driving route planning destination | ||
waypoints | Poi | Driving route planning waypoint | ||
taxi_cost | Taxi fare, returned only when extensions is 'all'. Unit: yuan | |||
routes | Array<DriveRoute> | Driving route planning list | ||
route | DriveRoute | Driving route planning list element | ||
distance | Driving distance from start to end, unit: meter | |||
time | Estimated time, unit: second | |||
policy | Driving planning strategy | |||
tolls | Toll amount for this driving route, unit: yuan | |||
tolls_distance | Length of toll road, unit: meter | |||
restriction | Traffic restriction result, 0 means the restriction has been avoided or there is no restriction, i.e., the route has no restricted sections, 1 means the restriction cannot be avoided, i.e., the route has restricted sections | |||
steps | Sub-segment DriveStep collection | |||