com.google.gwt.maps.client.overlays.overlayhandlers
Class OverlayViewMethods
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.overlays.overlayhandlers.OverlayViewMethods
public class OverlayViewMethods
- extends JavaScriptObject
OverlayViewMethods
protected OverlayViewMethods()
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.