This release brings up all google map and markers' events to GoogleMap control.
Now you can attach client-side (javascript) or server-side code to any of google map or marker events.
Features
- GoogleMap Events (Client-side / Server-side)
- OnClientClick / Click
- OnClientDoubleClick / DoubleClick
- OnClientDrag / Drag
- OnClientDragEnd / DragEnd
- OnClientDragStart / DragStart
- OnClientGeoLocationLoaded / GeoLocationLoaded
- OnClientInfoWindowBeforeClose / InfoWindowBeforeClose
- OnClientInfoWindowClose / InfoWindowClose
- OnClientInfoWindowOpen / InfoWindowOpen
- OnClientMapLoad / MapLoad
- OnClientMapTypeAdd / MapTypeAdd
- OnClientMapTypeChanged / MapTypeChanged
- OnClientMapTypeRemove / MapTypeRemove
- OnClientMouseMove / MouseMove
- OnClientMouseOver / MouseOver
- OnClientMouseOut / MouseOut
- OnClientMove / Move
- OnClientMoveEnd / MoveEnd
- OnClientMoveStart / MoveStart
- OnClientOverlayAdd / OverlayAdd
- OnClientOverlayRemove / OverlayRemove
- OnClientOverlaysClear / OverlaysClear
- OnClientSingleRightClick / SingleRightClick
- OnClientZoomEnd / ZoomEnd
- GoogleMarker Events (Client-side / Server-side)
- OnClientClick / Click
- OnClientDoubleClick / DoubleClick
- OnClientDrag / Drag
- OnClientDragEnd / DragEnd
- OnClientDragStart / DragStart
- OnClientGeoLocationLoaded / GeoLocationLoaded
- OnClientInfoWindowOpen / InfoWindowOpen
- OnClientInfoWindowBeforeClose / InfoWindowBeforeClose
- OnClientInfoWindowClose / InfoWindowClose
- OnClientMouseDown / MouseDown
- OnClientMouseUp / MouseUp
- OnClientMouseOver / MouseOver
- OnClientMouseOut / MouseOut
- OnClientRemove / Remove
- OnClientVisibilityChanged / VisibilityChanged
- InfoWindowEvent property of marker to control on which event info window to be shown - Click, DoubleClick, MouseDown, MouseOut, MouseOver, MouseUp (since release 2.8.2);
Changelog
- /20.Feb.2008/ - Release 2.8.3
- /18.Feb.2008/ - OnGeoLocationLoaded and location persistense bug fixed;
- /16.Feb.2008/ - Release 2.8.2 - events' list persistence and InfoWindowEvent for markers;
- /16.Feb.2008/ - Fixed bug in StateCollection and release upgrated to 2.8.1
- /15.Feb.2008/ - Fixed bug in GeoLocationLoaded server-side event and postback and release files upladed;