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'.
DistanceMatrixService
'OK'
Access by calling const {DistanceMatrixElementStatus} = await google.maps.importLibrary("routes"). See https://developers.google.com/maps/documentation/javascript/libraries.
const {DistanceMatrixElementStatus} = await google.maps.importLibrary("routes")
The origin and/or destination of this pairing could not be geocoded.
The response contains a valid result.
No route could be found between the origin and destination.
Generated using TypeDoc
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.