Java com.google.gwt.maps.client.geocode StatusCodes fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.geocode StatusCodes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.geocode StatusCodes.

The text is from its open source code.

Field

intBAD_KEY
The given key is either invalid or does not match the domain for which it was given.
intBAD_REQUEST
A directions request could not be successfully parsed.
intMISSING_ADDRESS
Synonym for StatusCodes#MISSING_QUERY .
intMISSING_QUERY
The HTTP q parameter was either missing or had no value.
intSERVER_ERROR
A geocoding or directions request could not be successfully processed, yet the exact reason for the failure is not known.
intSUCCESS
No errors occurred; the address was successfully parsed and its geocode has been returned.
intTOO_MANY_QUERIES
The given key has gone over the requests limit in the 24 hour period.
intUNAVAILABLE_ADDRESS
The geocode for the given address or the route for the given directions query cannot be returned due to legal or contractual reasons.
intUNKNOWN_ADDRESS
No corresponding geographic location could be found for the specified address.
intUNKNOWN_DIRECTIONS
The Directions object could not compute directions between the points mentioned in the query.
intAPI_ERROR
Something went wrong inside the API itself.

Method