google.maps.DistanceMatrixResponse interface
The response to a DistanceMatrixService request, consisting of the formatted origin and destination addresses, and a sequence of DistanceMatrixResponseRows, one for each corresponding origin address.
Properties
Type: Array
The formatted destination addresses.
Type: Array
The formatted origin addresses.
Type: Array<DistanceMatrixResponseRow>
The rows of the matrix, corresponding to the origin addresses.