MapsIndoors Android
MapsIndoorsSDK
/
com.mapsindoors.core
/
MPDistanceMatrixElementStatus
MPDistance
Matrix
Element
Status
open
class
MPDistanceMatrixElementStatus
Properties
Properties
MAX_ROUTE_LENGTH_EXCEEDED
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.
NOT_FOUND
Link copied to clipboard
val
NOT_FOUND
:
String
=
"NOT_FOUND"
The origin and/or destination of this pairing could not be geocoded.
OK
Link copied to clipboard
val
OK
:
String
=
"OK"
The response contains a valid result.
ZERO_RESULTS
Link copied to clipboard
val
ZERO_RESULTS
:
String
=
"ZERO_RESULTS"
No route could be found between the origin and destination.