com.google.gwt.maps.client.overlays.overlayhandlers
Class OverlayViewMethods

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.overlays.overlayhandlers.OverlayViewMethods

public class OverlayViewMethods
extends JavaScriptObject


Constructor Summary
protected OverlayViewMethods()
           
 
Method Summary
 JavaScriptObject getJso()
           
 MapWidget getMap()
           
 MapPanes getPanes()
          Returns the panes in which this OverlayView can be rendered.
 MapCanvasProjection getProjection()
          Returns the MapCanvasProjection object associated with this OverlayView.
 
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

OverlayViewMethods

protected OverlayViewMethods()
Method Detail

getProjection

public final MapCanvasProjection getProjection()
Returns the MapCanvasProjection object associated with this OverlayView. Only available after draw has been called.


getJso

public final JavaScriptObject getJso()

getMap

public final MapWidget getMap()

getPanes

public final MapPanes getPanes()
Returns the panes in which this OverlayView can be rendered. Only available after draw has been called.



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.