http://www.google.com/apis/maps/documentation/
Constants | Description |
---|---|
G_GEO_SUCCESS | No errors ocurred; the address was successfully parsed and its geocode has been returned. (Since 2.55) |
G_GEO_SERVER_ERROR | A geocoding request could not be successfully processed, yet the exact reason for the failure is not known. (Since 2.55) |
G_GEO_MISSING_ADDRESS | The HTTP q parameter was either missing or had no value. (Since 2.55) |
G_GEO_UNKNOWN_ADDRESS | No corresponding geographic location could be found for the specified address. This may be due to the fact that the address is relatively new, or it may be incorrect. (Since 2.55) |
G_UNAVAILABLE_ADDRESS | The geocode for the given address cannot be returned due to legal or contractual reasons. (Since 2.55) |
G_GEO_BAD_KEY | The given key is either invalid or does not match the domain for which it was given. (Since 2.55) |