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.

see

Maps JavaScript API

Index

Enumeration members

Enumeration members

NOT_FOUND

NOT_FOUND: = "NOT_FOUND"

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

see

Maps JavaScript API

OK

OK: = "OK"

The response contains a valid result.

see

Maps JavaScript API

ZERO_RESULTS

ZERO_RESULTS: = "ZERO_RESULTS"

No route could be found between the origin and destination.

see

Maps JavaScript API

Generated using TypeDoc