|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GMarkerEventListener
Defines the interface for all standard GMarker event listeners
| Method Summary | |
|---|---|
void |
onClick(GMarker marker)
click none This event is fired when the marker icon was clicked. |
void |
onDblClick(GMarker marker)
dblclick none This event is fired when the marker icon was double-clicked. |
void |
onInfoWindowClose(GMarker marker)
infowindowclose none This event is fired when the info window of the map that was opened through this marker is closed again. |
void |
onInfoWindowOpen(GMarker marker)
infowindowopen none This event is fired when the info window of the map was opened through this marker. |
void |
onMouseDown(GMarker marker)
mousedown none This event is fired when the DOM mousedown event is fired on the marker icon. |
void |
onMouseOut(GMarker marker)
mouseout none This event is fired when the mouse leaves the area of the marker icon. |
void |
onMouseOver(GMarker marker)
mouseover none This event is fired when the mouse enters the area of the marker icon. |
void |
onMouseUp(GMarker marker)
mouseup none This event is fired for the DOM mouseup on the marker. |
void |
onRemove(GMarker marker)
remove none This event is fired when the marker is removed from the map, using GMap2.removeOverlay() or GMap2.clearOverlays(). |
| Method Detail |
|---|
void onClick(GMarker marker)
void onDblClick(GMarker marker)
void onMouseDown(GMarker marker)
void onMouseUp(GMarker marker)
void onMouseOver(GMarker marker)
void onMouseOut(GMarker marker)
void onInfoWindowOpen(GMarker marker)
void onInfoWindowClose(GMarker marker)
void onRemove(GMarker marker)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||