com.google.maps.gwt.client.places
Class PlacesServiceStatus

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.places.PlacesServiceStatus

public class PlacesServiceStatus
extends JavaScriptObject

The status returned by the PlacesService on the completion of its searches. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Field Summary
static PlacesServiceStatus INVALID_REQUEST
          This request was invalid.
static PlacesServiceStatus OK
          The response contains a valid result.
static PlacesServiceStatus OVER_QUERY_LIMIT
          The application has gone over its request quota.
static PlacesServiceStatus REQUEST_DENIED
          The application is not allowed to use the PlacesService .
static PlacesServiceStatus UNKNOWN_ERROR
          The PlacesService request could not be processed due to a server error.
static PlacesServiceStatus ZERO_RESULTS
          No result was found for this request.
 
Constructor Summary
protected PlacesServiceStatus()
          Protected constructor avoids default public constructor.
 
Method Summary
static PlacesServiceStatus fromValue(java.lang.String value)
          Access the enum instance using the underlying value of the type.
 java.lang.String getValue()
          Access the underlying value of the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID_REQUEST

public static final PlacesServiceStatus INVALID_REQUEST
This request was invalid.


OK

public static final PlacesServiceStatus OK
The response contains a valid result.


OVER_QUERY_LIMIT

public static final PlacesServiceStatus OVER_QUERY_LIMIT
The application has gone over its request quota.


REQUEST_DENIED

public static final PlacesServiceStatus REQUEST_DENIED
The application is not allowed to use the PlacesService .


UNKNOWN_ERROR

public static final PlacesServiceStatus UNKNOWN_ERROR
The PlacesService request could not be processed due to a server error. The request may succeed if you try again.


ZERO_RESULTS

public static final PlacesServiceStatus ZERO_RESULTS
No result was found for this request.

Constructor Detail

PlacesServiceStatus

protected PlacesServiceStatus()
Protected constructor avoids default public constructor.

Method Detail

fromValue

public static final PlacesServiceStatus fromValue(java.lang.String value)
Access the enum instance using the underlying value of the type.


getValue

public final java.lang.String getValue()
Access the underlying value of the type.