Package | com.google.maps.services |
Class | public class ServiceStatus |
Constant | Defined by | ||
---|---|---|---|
GEO_ABORTED_REQUEST : Number = 10101 [static]
Status code indicating that the request was aborted due to a newer request.
| ServiceStatus | ||
GEO_BAD_KEY : Number = 610 [static] Status code indicating a missing or invalid API key.
| ServiceStatus | ||
GEO_BAD_REQUEST : Number = 400 [static]
Status code indicating that the request could not be processed properly
by the servers.
| ServiceStatus | ||
GEO_BAD_STATUS_START : Number = 600 [static] The lower numerical limit of bad status codes.
| ServiceStatus | ||
GEO_MISSING_ADDRESS : Number = 601 [static] Status code indicating that the address parameter is missing.
| ServiceStatus | ||
GEO_MISSING_QUERY : Number = 601 [static]
Status code indicating that the query parameter is missing.
| ServiceStatus | ||
GEO_SERVER_ERROR : Number = 500 [static]
Status code indicating problem with the geocode server.
| ServiceStatus | ||
GEO_SUCCESS : Number = 200 [static] Status code indicating a successful geocoding query.
| ServiceStatus | ||
GEO_TOO_MANY_QUERIES : Number = 620 [static] Status indicating that we received too many requests in the 24h period.
| ServiceStatus | ||
GEO_UNAVAILABLE_ADDRESS : Number = 603 [static]
Status indicating that for legal or other reasons we may not
return a reply to this particular query.
| ServiceStatus | ||
GEO_UNKNOWN_ADDRESS : Number = 602 [static] Status code indicating an unknown or incorrect address.
| ServiceStatus | ||
GEO_UNKNOWN_DIRECTIONS : Number = 604 [static] Status code indicating that no directions could be computed.
| ServiceStatus |
GEO_ABORTED_REQUEST | constant |
public static const GEO_ABORTED_REQUEST:Number = 10101
Status code indicating that the request was aborted due to a newer request.
GEO_BAD_KEY | constant |
public static const GEO_BAD_KEY:Number = 610
Status code indicating a missing or invalid API key.
GEO_BAD_REQUEST | constant |
public static const GEO_BAD_REQUEST:Number = 400
Status code indicating that the request could not be processed properly by the servers.
GEO_BAD_STATUS_START | constant |
public static const GEO_BAD_STATUS_START:Number = 600
The lower numerical limit of bad status codes.
GEO_MISSING_ADDRESS | constant |
public static const GEO_MISSING_ADDRESS:Number = 601
Status code indicating that the address parameter is missing.
GEO_MISSING_QUERY | constant |
public static const GEO_MISSING_QUERY:Number = 601
Status code indicating that the query parameter is missing. This is a generalization of the GEO_MISSING_ADDRESS code introduced in the geocoder.
GEO_SERVER_ERROR | constant |
public static const GEO_SERVER_ERROR:Number = 500
Status code indicating problem with the geocode server. For example, this value may be returned if the geoserver is down.
GEO_SUCCESS | constant |
public static const GEO_SUCCESS:Number = 200
Status code indicating a successful geocoding query.
GEO_TOO_MANY_QUERIES | constant |
public static const GEO_TOO_MANY_QUERIES:Number = 620
Status indicating that we received too many requests in the 24h period.
GEO_UNAVAILABLE_ADDRESS | constant |
public static const GEO_UNAVAILABLE_ADDRESS:Number = 603
Status indicating that for legal or other reasons we may not return a reply to this particular query.
GEO_UNKNOWN_ADDRESS | constant |
public static const GEO_UNKNOWN_ADDRESS:Number = 602
Status code indicating an unknown or incorrect address.
GEO_UNKNOWN_DIRECTIONS | constant |
public static const GEO_UNKNOWN_DIRECTIONS:Number = 604
Status code indicating that no directions could be computed.