google.maps.DistanceMatrixResponseElement
interface
A single element of a response to a DistanceMatrixService request, which contains the duration and distance from one origin to one destination.
| Properties | |
|---|---|
distance |
Type:
DistanceThe distance for this origin-destination pairing. This property may be undefined as the distance may be unknown. |
duration |
Type:
DurationThe duration for this origin-destination pairing. This property may be undefined as the duration may be unknown. |
duration_in_traffic |
Type:
DurationThe duration for this origin-destination pairing, taking into account the traffic conditions indicated by the trafficModel property. This property may be undefined as the duration may be unknown. Only available to Premium Plan customers when drivingOptions is defined when making the request. |
fare |
Type:
TransitFareThe total fare for this origin-destination pairing. Only applicable to transit requests. |
status |
The status of this particular origin-destination pairing. |