A C D E F G H I L M O P R S T Z

O

onAddMapType(GMap2, GMapType) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
addmaptype type This event is fired when a map type is added to the map.
onAddMapType(GMap2, GMapType) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onAddOverlay(GMap2, GOverlay) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
addoverlay overlay This event is fired when a single overlay is added to the map by the method addOverlay().
onAddOverlay(GMap2, GOverlay) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onClearOverlays(GMap2) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
clearoverlays none This event is fired when all overlays are removed at once by the method clearOverlays().
onClearOverlays(GMap2) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onClick(GMap2, GOverlay, GLatLng) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
click overlay, point This event is fired when the map is clicked with the mouse.
onClick(GMap2, GOverlay, GLatLng) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onClick(GMarker) - Method in interface com.mapitz.gwt.googleMaps.client.GMarkerEventListener
click none This event is fired when the marker icon was clicked.
onClick(GMarker) - Method in class com.mapitz.gwt.googleMaps.client.GMarkerEventManager
 
onDblClick(GMarker) - Method in interface com.mapitz.gwt.googleMaps.client.GMarkerEventListener
dblclick none This event is fired when the marker icon was double-clicked.
onDblClick(GMarker) - Method in class com.mapitz.gwt.googleMaps.client.GMarkerEventManager
 
onDrag(GMap2) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
drag none This event is repeatedly fired while the user drags the map.
onDrag(GMap2) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onDragEnd(GMap2) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
dragend none This event is fired when the user stops dragging the map.
onDragEnd(GMap2) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onDragStart(GMap2) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
dragstart none This event is fired when the user starts dragging the map.
onDragStart(GMap2) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onFail() - Method in interface com.mapitz.gwt.googleMaps.client.GGeocodeAdvancedResultListener
Called when the geocode operation fails
onFail() - Method in interface com.mapitz.gwt.googleMaps.client.GGeocodeResultListener
On geocode failure
onInfoWindowClose(GMap2) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
infowindowclose none This event is fired when the info window closes.
onInfoWindowClose(GMap2) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onInfoWindowClose(GMarker) - Method in interface com.mapitz.gwt.googleMaps.client.GMarkerEventListener
infowindowclose none This event is fired when the info window of the map that was opened through this marker is closed again.
onInfoWindowClose(GMarker) - Method in class com.mapitz.gwt.googleMaps.client.GMarkerEventManager
 
onInfoWindowOpen(GMap2) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
infowindowopen none This event is fired when the info window opens.
onInfoWindowOpen(GMap2) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onInfoWindowOpen(GMarker) - Method in interface com.mapitz.gwt.googleMaps.client.GMarkerEventListener
infowindowopen none This event is fired when the info window of the map was opened through this marker.
onInfoWindowOpen(GMarker) - Method in class com.mapitz.gwt.googleMaps.client.GMarkerEventManager
 
onLoad(GMap2) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
load none This event is fired when the map setup is complete, and isLoaded() would return true.
onLoad(GMap2) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onMapTypeChanged(GMap2) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
maptypechanged none This event is fired when another map type is selected.
onMapTypeChanged(GMap2) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onMouseDown(GMarker) - Method in interface com.mapitz.gwt.googleMaps.client.GMarkerEventListener
mousedown none This event is fired when the DOM mousedown event is fired on the marker icon.
onMouseDown(GMarker) - Method in class com.mapitz.gwt.googleMaps.client.GMarkerEventManager
 
onMouseMove(GMap2, GLatLng) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
mousemove latlng This event is fired when the user moves the mouse inside the map.
onMouseMove(GMap2, GLatLng) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onMouseOut(GMap2, GLatLng) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
mouseout latlng This event is fired when the user moves the mouse off the map.
onMouseOut(GMap2, GLatLng) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onMouseOut(GMarker) - Method in interface com.mapitz.gwt.googleMaps.client.GMarkerEventListener
mouseout none This event is fired when the mouse leaves the area of the marker icon.
onMouseOut(GMarker) - Method in class com.mapitz.gwt.googleMaps.client.GMarkerEventManager
 
onMouseOver(GMap2, GLatLng) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
mouseover latlng This event is fired when the user moves the mouse over the map from outside the map.
onMouseOver(GMap2, GLatLng) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onMouseOver(GMarker) - Method in interface com.mapitz.gwt.googleMaps.client.GMarkerEventListener
mouseover none This event is fired when the mouse enters the area of the marker icon.
onMouseOver(GMarker) - Method in class com.mapitz.gwt.googleMaps.client.GMarkerEventManager
 
onMouseUp(GMarker) - Method in interface com.mapitz.gwt.googleMaps.client.GMarkerEventListener
mouseup none This event is fired for the DOM mouseup on the marker.
onMouseUp(GMarker) - Method in class com.mapitz.gwt.googleMaps.client.GMarkerEventManager
 
onMove(GMap2) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
move none This event is fired, possibly repeatedly, while the map view is changing.
onMove(GMap2) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onMoveEnd(GMap2) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
moveend none This event is fired when the change of the map view ends.
onMoveEnd(GMap2) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onMoveStart(GMap2) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
movestart none This event is fired when the map view starts changing.
onMoveStart(GMap2) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onRemove(GMarker) - Method in interface com.mapitz.gwt.googleMaps.client.GMarkerEventListener
remove none This event is fired when the marker is removed from the map, using GMap2.removeOverlay() or GMap2.clearOverlays().
onRemove(GMarker) - Method in class com.mapitz.gwt.googleMaps.client.GMarkerEventManager
 
onRemoveMapType(GMap2, GMapType) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
removemaptype type This event is fired when a map type is removed from the map.
onRemoveMapType(GMap2, GMapType) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onRemoveOverlay(GMap2, GOverlay) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
removeoverlay overlay This event is fired when a single overlay is removed by the method removeOverlay().
onRemoveOverlay(GMap2, GOverlay) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
onSuccess(GGeocodeResult) - Method in interface com.mapitz.gwt.googleMaps.client.GGeocodeAdvancedResultListener
Called when the geocode operation is successful, returns a set of "matching" results
onSuccess(GLatLng) - Method in interface com.mapitz.gwt.googleMaps.client.GGeocodeResultListener
Returns the latitude and longitude of the best matching address
onZoomEnd(GMap2, int, int) - Method in interface com.mapitz.gwt.googleMaps.client.GMap2EventListener
zoomend oldLevel, newLevel This event is fired when the map reaches a new zoom level.
onZoomEnd(GMap2, int, int) - Method in class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
openInfoWindow(GLatLng, Element, GInfoWindowOptions) - Method in class com.mapitz.gwt.googleMaps.client.GMap2
openInfoWindow(point, node, opts?) none Opens a simple info window at the given point.
openInfoWindow(GLatLng, Element) - Method in class com.mapitz.gwt.googleMaps.client.GMap2
openInfoWindow(point, node, opts?) none Opens a simple info window at the given point.
openInfoWindow(Element, GInfoWindowOptions) - Method in class com.mapitz.gwt.googleMaps.client.GMarker
 
openInfoWindow(Element) - Method in class com.mapitz.gwt.googleMaps.client.GMarker
 
openInfoWindowHtml(GLatLng, String, GInfoWindowOptions) - Method in class com.mapitz.gwt.googleMaps.client.GMap2
openInfoWindowHtml(point, html, opts?) none Opens a simple info window at the given point.
openInfoWindowHtml(GLatLng, String) - Method in class com.mapitz.gwt.googleMaps.client.GMap2
openInfoWindowHtml(point, html, opts?) none Opens a simple info window at the given point.
openInfoWindowHtml(String, GInfoWindowOptions) - Method in class com.mapitz.gwt.googleMaps.client.GMarker
 
openInfoWindowHtml(String) - Method in class com.mapitz.gwt.googleMaps.client.GMarker
 
openInfoWindowTabs(GLatLng, GInfoWindowTab[], GInfoWindowOptions) - Method in class com.mapitz.gwt.googleMaps.client.GMap2
openInfoWindowTabs(point, tabs, opts?) none Opens a tabbed info window at the given point.
openInfoWindowTabs(GLatLng, GInfoWindowTab[]) - Method in class com.mapitz.gwt.googleMaps.client.GMap2
openInfoWindowTabs(point, tabs, opts?) none Opens a tabbed info window at the given point.
openInfoWindowTabs(GInfoWindowTab[], GInfoWindowOptions) - Method in class com.mapitz.gwt.googleMaps.client.GMarker
 
openInfoWindowTabs(GInfoWindowTab[]) - Method in class com.mapitz.gwt.googleMaps.client.GMarker
 
openInfoWindowTabsHtml(GLatLng, GInfoWindowTab[], GInfoWindowOptions) - Method in class com.mapitz.gwt.googleMaps.client.GMap2
openInfoWindowTabsHtml(point, tabs, opts?) none Opens a tabbed info window at the given point.
openInfoWindowTabsHtml(GLatLng, GInfoWindowTab[]) - Method in class com.mapitz.gwt.googleMaps.client.GMap2
openInfoWindowTabsHtml(point, tabs, opts?) none Opens a tabbed info window at the given point.
openInfoWindowTabsHtml(GInfoWindowTab[], GInfoWindowOptions) - Method in class com.mapitz.gwt.googleMaps.client.GMarker
 
openInfoWindowTabsHtml(GInfoWindowTab[]) - Method in class com.mapitz.gwt.googleMaps.client.GMarker
 

A C D E F G H I L M O P R S T Z