The duration and distance from the routing origin to a place in the response, and a second leg from that place to the destination, if requested. Note: Adding routingSummaries
in the field mask without also including either the routingParameters.origin
parameter or the searchAlongRouteParameters.polyline.encodedPolyline
parameter in the request causes an error.
JSON representation |
---|
{
"legs": [
{
object ( |
Fields | |
---|---|
legs[] |
The legs of the trip. When you calculate travel duration and distance from a set origin, |
directions |
A link to show directions on Google Maps using the waypoints from the given routing summary. The route generated by this link is not guaranteed to be the same as the route used to generate the routing summary. The link uses information provided in the request, from fields including |
Leg
A leg is a single portion of a journey from one location to another.
JSON representation |
---|
{ "duration": string, "distanceMeters": integer } |
Fields | |
---|---|
duration |
The time it takes to complete this leg of the trip. A duration in seconds with up to nine fractional digits, ending with ' |
distance |
The distance of this leg of the trip. |