Follow us on GitHub

com.google.gwt.maps.client.services
Class MaxZoomResult

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

public class MaxZoomResult
extends JavaScriptObject

A MaxZoom result in JSON format retrieved from the MaxZoomService.

See MaxZoomResult API Doc


Constructor Summary
protected MaxZoomResult()
          generated from callback use newInstance();
 
Method Summary
 MaxZoomStatus getStatus()
          Status of the request.
 int getZoom()
          The maximum zoom level found at the given LatLng.
static MaxZoomResult newInstance()
          A MaxZoom result in JSON format retrieved from the MaxZoomService.
 void setStatus(MaxZoomStatus status)
          Status of the request.
 void setZoom(int zoom)
          The maximum zoom level found at the given LatLng.
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MaxZoomResult

protected MaxZoomResult()
generated from callback use newInstance();

Method Detail

newInstance

public static final MaxZoomResult newInstance()
A MaxZoom result in JSON format retrieved from the MaxZoomService.


setStatus

public final void setStatus(MaxZoomStatus status)
Status of the request.

Parameters:
status -

getStatus

public final MaxZoomStatus getStatus()
Status of the request.


setZoom

public final void setZoom(int zoom)
The maximum zoom level found at the given LatLng.

Parameters:
zoom -

getZoom

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



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.