google.maps.DistanceMatrixResponseRow
interface
A row of the response to a DistanceMatrixService request, consisting of a sequence of DistanceMatrixResponseElements, one for each corresponding destination address.
| Properties | |
|---|---|
elements |
Type:
Array<DistanceMatrixResponseElement>The row's elements, corresponding to the destination addresses. |