MAX_DIMENSIONS_EXCEEDED constant

  1. @BuiltValueEnumConst(wireName: r'MAX_DIMENSIONS_EXCEEDED')
DistanceMatrixStatus const MAX_DIMENSIONS_EXCEEDED

Status codes returned by service. - OK indicates the response contains a valid result. - INVALID_REQUEST indicates that the provided request was invalid. - MAX_ELEMENTS_EXCEEDED indicates that the product of origins and destinations exceeds the per-query limit. - MAX_DIMENSIONS_EXCEEDED indicates that the number of origins or destinations exceeds the per-query limit. - OVER_DAILY_LIMIT 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). - OVER_QUERY_LIMIT indicates the service has received too many requests from your application within the allowed time period. - REQUEST_DENIED indicates that the service denied use of the Distance Matrix service by your application. - UNKNOWN_ERROR indicates a Distance Matrix request could not be processed due to a server error. The request may succeed if you try again.

Implementation

@BuiltValueEnumConst(wireName: r'MAX_DIMENSIONS_EXCEEDED')
static const DistanceMatrixStatus MAX_DIMENSIONS_EXCEEDED = _$MAX_DIMENSIONS_EXCEEDED;