MPDistanceMatrixStatus

open class MPDistanceMatrixStatus

Properties

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