MapsIndoorsAndroid
MapsIndoorsSDK
/
com.mapsindoors.core
/
MPDistanceMatrixStatus
MPDistance
Matrix
Status
open
class
MPDistanceMatrixStatus
Content copied to clipboard
Properties
Properties
INVALID_REQUEST
Link copied to clipboard
val
INVALID_REQUEST
:
String
Content copied to clipboard
The provided request was invalid.
MAX_DIMENSIONS_EXCEEDED
Link copied to clipboard
val
MAX_DIMENSIONS_EXCEEDED
:
String
Content copied to clipboard
Your request contained more than 25 origins, or more than 25 destinations.
MAX_ELEMENTS_EXCEEDED
Link copied to clipboard
val
MAX_ELEMENTS_EXCEEDED
:
String
Content copied to clipboard
The product of origins and destinations exceeds the per-query limit.
OK
Link copied to clipboard
val
OK
:
String
Content copied to clipboard
The request is valid.
OVER_QUERY_LIMIT
Link copied to clipboard
val
OVER_QUERY_LIMIT
:
String
Content copied to clipboard
Your application has requested too many elements within the allowed time period.
REQUEST_DENIED
Link copied to clipboard
val
REQUEST_DENIED
:
String
Content copied to clipboard
The service denied use of the Distance Matrix service by your web page.
UNKNOWN_ERROR
Link copied to clipboard
val
UNKNOWN_ERROR
:
String
Content copied to clipboard
A Distance Matrix request could not be processed due to a server error.