MPDistanceMatrixStatus

Properties

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