In this release further javascript improvements were done and Goecoding map/marker locations caching and persistence on postback has been implemented.
Additional property to control the initial map view (Normal, Satellite, Hybrid) and adding initial info window on map center were added.
... And of course some bug fixes.
Features
- Goecoding locations caching and persistence on postback for map and markers;
- View control property to manage the map initial view with support to all google map types since Google API 2.9;
- Text control property to add initial info window to map center;
- OnClientGeolocationLoaded map/marker property to add extra client (javascript) functionality when geocoding location is loaded
Announcements
- While working on next Release 2.8 I have moved javascript registration from OnPreRender to OnInit method and that seems to solve some on problems existing on postback, especially under ASP.NET AJAX. It will come like that with next release 2.8 (today or tomorrow);
Changelog
- /13.Feb.2008/ - Fixes. GoogleMarker constructor with Address. Support for GoogleMapKey in web.config/appSettings
- /13.Feb.2008/ - Files uploaded due to missing support of all google map types (View property) in the Release Build. Please, download files again. And sorry about that.
- /12.Feb.2008/ - View extended to support all google map types since Google API 2.9
- /12.Feb.2008/ - ClientScriptHelper bug fixed and release files upload;