Packagecom.google.maps.services
Classpublic class ServiceStatus

This class contains all the service status codes that can be returned in service responses. It should not ever be instantiated since it merely contains constants.



Public Constants
 ConstantDefined 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
Constant detail
GEO_ABORTED_REQUESTconstant
public static const GEO_ABORTED_REQUEST:Number = 10101

Status code indicating that the request was aborted due to a newer request.

GEO_BAD_KEYconstant 
public static const GEO_BAD_KEY:Number = 610

Status code indicating a missing or invalid API key.

GEO_BAD_REQUESTconstant 
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_STARTconstant 
public static const GEO_BAD_STATUS_START:Number = 600

The lower numerical limit of bad status codes.

GEO_MISSING_ADDRESSconstant 
public static const GEO_MISSING_ADDRESS:Number = 601

Status code indicating that the address parameter is missing.

GEO_MISSING_QUERYconstant 
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_ERRORconstant 
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_SUCCESSconstant 
public static const GEO_SUCCESS:Number = 200

Status code indicating a successful geocoding query.

GEO_TOO_MANY_QUERIESconstant 
public static const GEO_TOO_MANY_QUERIES:Number = 620

Status indicating that we received too many requests in the 24h period.

GEO_UNAVAILABLE_ADDRESSconstant 
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_ADDRESSconstant 
public static const GEO_UNKNOWN_ADDRESS:Number = 602

Status code indicating an unknown or incorrect address.

GEO_UNKNOWN_DIRECTIONSconstant 
public static const GEO_UNKNOWN_DIRECTIONS:Number = 604

Status code indicating that no directions could be computed.