Follow us on GitHub

com.google.gwt.maps.client.interfaces
Interface HasMapWidget


public interface HasMapWidget


Method Summary
 MapWidget getMap()
          Get the map on which the overlay is rendered.
 void setMap(MapWidget mapWidget)
          Renders the overlay on the specified map.
If map is set to null, the overlay is removed.
 

Method Detail

getMap

MapWidget getMap()
Get the map on which the overlay is rendered.

Returns:
NULL if overlay not displayed on a map

setMap

void setMap(MapWidget mapWidget)
Renders the overlay on the specified map.
If map is set to null, the overlay is removed.

Parameters:
mapWidget -


Follow us on GitHub

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