Package | Description |
---|---|
com.google.gwt.maps.client | |
com.google.gwt.maps.client.events.resize | |
com.google.gwt.maps.client.streetview |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
MapImpl.addResizeHandler(ResizeMapHandler handler)
Developers should trigger this event on the map when the div changes
size: google.maps.event.trigger(map, 'resize') .
|
HandlerRegistration |
MapWidget.addResizeHandler(ResizeMapHandler handler)
Developers should trigger this event on the map when the div changes
size: google.maps.event.trigger(map, 'resize') .
|
Modifier and Type | Field and Description |
---|---|
static GwtEvent.Type<ResizeMapHandler> |
ResizeMapEvent.TYPE |
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<ResizeMapHandler> |
ResizeMapEvent.getAssociatedType() |
Modifier and Type | Method and Description |
---|---|
protected void |
ResizeMapEvent.dispatch(ResizeMapHandler handler) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
StreetViewPanoramaImpl.addResizeHandler(ResizeMapHandler handler)
Developers should trigger this event on the panorama when its div changes size: google.maps.event.trigger(panorama, 'resize').
|
HandlerRegistration |
StreetViewPanoramaWidget.addResizeHandler(ResizeMapHandler handler)
Developers should trigger this event on the panorama when its div changes size: google.maps.event.trigger(panorama, 'resize').
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.