Options
All
  • Public
  • Public/Protected
  • All
Menu

The element-level status about a particular origin-destination pairing returned by the DistanceMatrixService upon completion of a distance matrix request. These values are specified as strings, for example, 'OK'.

Access by calling const {DistanceMatrixElementStatus} = await google.maps.importLibrary("routes"). See https://developers.google.com/maps/documentation/javascript/libraries.

Index

Enumeration Members

Enumeration Members

NOT_FOUND: "NOT_FOUND"

The origin and/or destination of this pairing could not be geocoded.

OK: "OK"

The response contains a valid result.

ZERO_RESULTS: "ZERO_RESULTS"

No route could be found between the origin and destination.

Generated using TypeDoc