maxRouteLengthExceeded constant
DirectionsStatus
const maxRouteLengthExceeded
Indicates the requested route is too long and cannot be processed. This error occurs when more complex directions are returned. Try reducing the number of waypoints, turns, or instructions.
Implementation
static const maxRouteLengthExceeded =
DirectionsStatus('MAX_ROUTE_LENGTH_EXCEEDED');