com.google.maps.gwt.client
Class MaxZoomResult

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

public class MaxZoomResult
extends JavaScriptObject

A MaxZoom result in JSON format retrieved from the MaxZoomService. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected MaxZoomResult()
          Protected constructor avoids default public constructor.
 
Method Summary
static MaxZoomResult create()
           
 MaxZoomStatus getStatus()
          Status of the request.
 double getZoom()
          The maximum zoom level found at the given LatLng .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxZoomResult

protected MaxZoomResult()
Protected constructor avoids default public constructor.

Method Detail

create

public static final MaxZoomResult create()

getStatus

public final MaxZoomStatus getStatus()
Status of the request.


getZoom

public final double getZoom()
The maximum zoom level found at the given LatLng .