MPDistanceMatrixElementStatus

Properties

Link copied to clipboard
val MAX_ROUTE_LENGTH_EXCEEDED: String = "MAX_ROUTE_LENGTH_EXCEEDED"
Indicates the requested route is too long and cannot be processed.
Link copied to clipboard
val NOT_FOUND: String = "NOT_FOUND"
The origin and/or destination of this pairing could not be geocoded.
Link copied to clipboard
val OK: String = "OK"
The response contains a valid result.
Link copied to clipboard
val ZERO_RESULTS: String = "ZERO_RESULTS"
No route could be found between the origin and destination.