maxWaypointExceeded constant

DirectionsStatus const maxWaypointExceeded

Indicates that too many waypoints were provided in the request. For applications using the Directions API as a web service, or the maps_js_api, the maximum allowed number of waypoints is 25, plus the origin and destination.

Implementation

static const maxWaypointExceeded = DirectionsStatus('MAX_WAYPOINTS_EXCEEDED');