com.google.maps.gwt.client
Class KmlLayerStatus

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

public class KmlLayerStatus
extends JavaScriptObject

The status returned by KmlLayer on the completion of loading a document. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Field Summary
static KmlLayerStatus DOCUMENT_NOT_FOUND
          The document could not be found.
static KmlLayerStatus DOCUMENT_TOO_LARGE
          The document exceeds the file size limits of KmlLayer.
static KmlLayerStatus FETCH_ERROR
          The document could not be fetched.
static KmlLayerStatus INVALID_DOCUMENT
          The document is not a valid KML, KMZ or GeoRSS document.
static KmlLayerStatus INVALID_REQUEST
          The KmlLayer is invalid.
static KmlLayerStatus LIMITS_EXCEEDED
          The document exceeds the feature limits of KmlLayer.
static KmlLayerStatus OK
          The request was successful.
static KmlLayerStatus TIMED_OUT
          The document could not be loaded within a reasonable amount of time.
static KmlLayerStatus UNKNOWN
          The document failed to load for an unknown reason.
 
Constructor Summary
protected KmlLayerStatus()
          Protected constructor avoids default public constructor.
 
Method Summary
static KmlLayerStatus 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

DOCUMENT_NOT_FOUND

public static final KmlLayerStatus DOCUMENT_NOT_FOUND
The document could not be found. Most likely it is an invalid URL, or the document is not publicly available.


DOCUMENT_TOO_LARGE

public static final KmlLayerStatus DOCUMENT_TOO_LARGE
The document exceeds the file size limits of KmlLayer.


FETCH_ERROR

public static final KmlLayerStatus FETCH_ERROR
The document could not be fetched.


INVALID_DOCUMENT

public static final KmlLayerStatus INVALID_DOCUMENT
The document is not a valid KML, KMZ or GeoRSS document.


INVALID_REQUEST

public static final KmlLayerStatus INVALID_REQUEST
The KmlLayer is invalid.


LIMITS_EXCEEDED

public static final KmlLayerStatus LIMITS_EXCEEDED
The document exceeds the feature limits of KmlLayer.


OK

public static final KmlLayerStatus OK
The request was successful.


TIMED_OUT

public static final KmlLayerStatus TIMED_OUT
The document could not be loaded within a reasonable amount of time.


UNKNOWN

public static final KmlLayerStatus UNKNOWN
The document failed to load for an unknown reason.

Constructor Detail

KmlLayerStatus

protected KmlLayerStatus()
Protected constructor avoids default public constructor.

Method Detail

fromValue

public static final KmlLayerStatus 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.