Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.42 KB

DirectionsStatus.md

File metadata and controls

42 lines (22 loc) · 1.42 KB

See html formatted version

DirectionsStatus constants

google.maps.DirectionsStatus constants

The status returned by the DirectionsService on the completion of a call to route(). Specify these by value, or by using the constant's name. For example, 'OK' or google.maps.DirectionsStatus.OK.

Constants

undefined

The DirectionsRequest provided was invalid.

undefined

Too many DirectionsWaypoints were provided in the DirectionsRequest. See the developer's guide for the maximum number of waypoints allowed.

undefined

At least one of the origin, destination, or waypoints could not be geocoded.

undefined

The response contains a valid DirectionsResult.

undefined

The webpage has gone over the requests limit in too short a period of time.

undefined

The webpage is not allowed to use the directions service.

undefined

A directions request could not be processed due to a server error. The request may succeed if you try again.

undefined

No route could be found between the origin and destination.