com.google.maps.gwt.client
Class MaxZoomStatus

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

public class MaxZoomStatus
extends JavaScriptObject

The status returned by the MaxZoomService on the completion of a call to getMaxZoomAtLatLng() . THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Field Summary
static MaxZoomStatus ERROR
          There was a problem contacting the Google servers.
static MaxZoomStatus OK
          The request was successful.
 
Constructor Summary
protected MaxZoomStatus()
          Protected constructor avoids default public constructor.
 
Method Summary
static MaxZoomStatus 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

ERROR

public static final MaxZoomStatus ERROR
There was a problem contacting the Google servers.


OK

public static final MaxZoomStatus OK
The request was successful.

Constructor Detail

MaxZoomStatus

protected MaxZoomStatus()
Protected constructor avoids default public constructor.

Method Detail

fromValue

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