MPDistanceMatrixElementStatus

open class MPDistanceMatrixElementStatus

Properties

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