Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 799 Bytes

DistanceMatrixElementStatus.md

File metadata and controls

22 lines (12 loc) · 799 Bytes

See html formatted version

DistanceMatrixElementStatus constants

google.maps.DistanceMatrixElementStatus constants

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'.

Constants

undefined

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

undefined

The response contains a valid result.

undefined

No route could be found between the origin and destination.