Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.08 KB

GeocoderStatus.md

File metadata and controls

38 lines (20 loc) · 1.08 KB

See html formatted version

GeocoderStatus constants

google.maps.GeocoderStatus constants

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

Constants

undefined

There was a problem contacting the Google servers.

undefined

This GeocoderRequest was invalid.

undefined

The response contains a valid GeocoderResponse.

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 geocoder.

undefined

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

undefined

No result was found for this GeocoderRequest.