Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

see

Maps JavaScript API

Hierarchy

  • DistanceMatrixResponse

Index

Properties

destinationAddresses

destinationAddresses: string[]

The formatted destination addresses.

see

Maps JavaScript API

originAddresses

originAddresses: string[]

The formatted origin addresses.

see

Maps JavaScript API

rows

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

see

Maps JavaScript API

Generated using TypeDoc