GoogleMapsDirectionsStatusCodes

open class GoogleMapsDirectionsStatusCodes

Google Maps Directions API - Status Codes

Author

Jose J Varó - Copyright © 2019 MapsPeople A/S. All rights reserved.

Properties

Link copied to clipboard
val INVALID_REQUEST: String
Indicates that the provided request was invalid.
Link copied to clipboard
val MAX_ROUTE_LENGTH_EXCEEDED: String
Indicates the requested route is too long and cannot be processed.
Link copied to clipboard
val MAX_WAYPOINTS_EXCEEDED: String
Indicates that too many waypoints were provided in the request.
Link copied to clipboard
val NOT_FOUND: String
Indicates at least one of the locations specified in the request's origin, destination, or waypoints could not be geocoded
Link copied to clipboard
val OK: String
Indicates the response contains a valid result
Link copied to clipboard
val OVER_DAILY_LIMIT: String
Indicates any of the following:
  • The API key is missing or invalid
  • Billing has not been enabled on your account
  • A self-imposed usage cap has been exceeded
  • The provided method of payment is no longer valid (for example, a credit card has expired)
Link copied to clipboard
val OVER_QUERY_LIMIT: String
Indicates the service has received too many requests from your application within the allowed time period.
Link copied to clipboard
val REQUEST_DENIED: String
Indicates that the service denied use of the directions service by your application
Link copied to clipboard
val UNKNOWN_ERROR: String
Indicates a directions request could not be processed due to a server error.
Link copied to clipboard
val ZERO_RESULTS: String
Indicates no route could be found between the origin and destination