Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 925 Bytes

DistanceMatrixResponse.md

File metadata and controls

28 lines (15 loc) · 925 Bytes

See html formatted version

DistanceMatrixResponse interface

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

undefined

Type:  Array

The formatted destination addresses.

undefined

Type:  Array

The formatted origin addresses.

undefined

Type:  Array<DistanceMatrixResponseRow>

The rows of the matrix, corresponding to the origin addresses.