Options
All
  • Public
  • Public/Protected
  • All
Menu

The status returned by the Geocoder on the completion of a call to {@link Geocoder#geocode geocode()}.

see

Maps JavaScript API

Index

Enumeration members

ERROR

ERROR: = "ERROR"

There was a problem contacting the Google servers.

see

Maps JavaScript API

INVALID_REQUEST

INVALID_REQUEST: = "INVALID_REQUEST"

This GeocoderRequest was invalid.

see

Maps JavaScript API

OK

OK: = "OK"

The response contains a valid GeocoderResult.

see

Maps JavaScript API

OVER_QUERY_LIMIT

OVER_QUERY_LIMIT: = "OVER_QUERY_LIMIT"

The webpage has gone over the requests limit in too short a period of time.

see

Maps JavaScript API

REQUEST_DENIED

REQUEST_DENIED: = "REQUEST_DENIED"

The webpage is not allowed to use the geocoder.

see

Maps JavaScript API

UNKNOWN_ERROR

UNKNOWN_ERROR: = "UNKNOWN_ERROR"

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

see

Maps JavaScript API

ZERO_RESULTS

ZERO_RESULTS: = "ZERO_RESULTS"

No result was found for this GeocoderRequest.

see

Maps JavaScript API

Generated using TypeDoc