MapsIndoorsAndroid
MapsIndoorsSDK
/
com.mapsindoors.core
/
MPDistanceMatrixElementStatus
MPDistance
Matrix
Element
Status
open
class
MPDistanceMatrixElementStatus
Content copied to clipboard
Properties
Properties
MAX_ROUTE_LENGTH_EXCEEDED
Link copied to clipboard
val
MAX_ROUTE_LENGTH_EXCEEDED
:
String
Content copied to clipboard
Indicates the requested route is too long and cannot be processed.
NOT_FOUND
Link copied to clipboard
val
NOT_FOUND
:
String
Content copied to clipboard
The origin and/or destination of this pairing could not be geocoded.
OK
Link copied to clipboard
val
OK
:
String
Content copied to clipboard
The response contains a valid result.
ZERO_RESULTS
Link copied to clipboard
val
ZERO_RESULTS
:
String
Content copied to clipboard
No route could be found between the origin and destination.