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