|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.GeocoderStatus
public class GeocoderStatus
The status returned by the
Geocoder
on the completion of a call to
geocode()
.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Field Summary | |
---|---|
static GeocoderStatus |
ERROR
There was a problem contacting the Google servers. |
static GeocoderStatus |
INVALID_REQUEST
The KmlLayer
is invalid. |
static GeocoderStatus |
OK
The request was successful. |
static GeocoderStatus |
OVER_QUERY_LIMIT
The webpage has gone over the requests limit in too short a period of time. |
static GeocoderStatus |
REQUEST_DENIED
The webpage is not allowed to use the geocoder. |
static GeocoderStatus |
UNKNOWN_ERROR
The request could not be successfully processed, yet the exact reason for failure is unknown. |
static GeocoderStatus |
ZERO_RESULTS
There are no nearby panoramas. |
Constructor Summary | |
---|---|
protected |
GeocoderStatus()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static GeocoderStatus |
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 GeocoderStatus ERROR
public static final GeocoderStatus INVALID_REQUEST
KmlLayer
is invalid.
public static final GeocoderStatus OK
public static final GeocoderStatus OVER_QUERY_LIMIT
public static final GeocoderStatus REQUEST_DENIED
public static final GeocoderStatus UNKNOWN_ERROR
public static final GeocoderStatus ZERO_RESULTS
Constructor Detail |
---|
protected GeocoderStatus()
Method Detail |
---|
public static final GeocoderStatus 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 |