|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.places.PlacesServiceStatus
public class PlacesServiceStatus
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 |
---|
public static final PlacesServiceStatus INVALID_REQUEST
public static final PlacesServiceStatus OK
public static final PlacesServiceStatus OVER_QUERY_LIMIT
public static final PlacesServiceStatus REQUEST_DENIED
PlacesService
.
public static final PlacesServiceStatus UNKNOWN_ERROR
PlacesService
request could not be processed due to a server error. The request may
succeed if you try again.
public static final PlacesServiceStatus ZERO_RESULTS
Constructor Detail |
---|
protected PlacesServiceStatus()
Method Detail |
---|
public static final PlacesServiceStatus fromValue(java.lang.String value)
public final java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |