com.google.maps.gwt.client
Interface GoogleMap.ResizeHandler

Enclosing class:
GoogleMap

public static interface GoogleMap.ResizeHandler

Developers should trigger this event on the map when the div changes size: google.maps.event.trigger(map, 'resize') .


Method Summary
 void handle()
          Override to handle event.
 

Method Detail

handle

void handle()
Override to handle event.