Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.37 KB

DistanceMatrixStatus.md

File metadata and controls

38 lines (20 loc) · 1.37 KB

See html formatted version

DistanceMatrixStatus constants

google.maps.DistanceMatrixStatus constants

The top-level status about the request in general returned by the DistanceMatrixService upon completion of a distance matrix request. Specify these by value, or by using the constant's name. For example, 'OK' or google.maps.DistanceMatrixStatus.OK.

Constants

undefined

The provided request was invalid.

undefined

The request contains more than 25 origins, or more than 25 destinations.

undefined

The product of origins and destinations exceeds the per-query limit.

undefined

The response contains a valid result.

undefined

Too many elements have been requested within the allowed time period. The request should succeed if you try again after a reasonable amount of time.

undefined

The service denied use of the Distance Matrix service by your web page.

undefined

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