Major design changes to the control in order to achieve better scalability and extensibility for the new features comming with
GoogleMaps API.
GoogleMap control switched to
GoogleMaps API v3 and
.NET 4.0.
Markers, polylines, polygons and directions were implemented as
ExtenderControl, instead of being inner properties of
GoogleMap control.
GoogleMap control is 100%
ScriptControl now, it requires
ScriptManager to be registered on the pages where and before it is used.
Better perfomance. Better event handling, both client and server side.
Some new features aaded, for example:
Rectangle,
Circle etc.
Directions, client and server side events were implemented.
Some bug fixes(check out the list bellow).
Important: Because of the major design changes this version is not backward compatable. Updating will require changes in allready exiting pages and markup.
Help Topics
- Installation - how to install and setup GoogleMap Control on your website and pages;
- Install with NuGet - how to install and setup GoogleMap control using NuGet;
- GoogleMap control - how to add and use GoogleMap Control on your pages; changing the settings; handle map's client and server events;
- GoogleMarkers extender control - how to add markers to your GoogleMap; change marker settings - for all and indivitual markers; handle events;
- GooglePolygon extender control - how to add polygon to your GoogleMap; change settings; handle events;
- GoogleCircle extender control - how to add circle polygon to your GoogleMap; change settings; handle events;
- GoogleRectangle extender control - how to add rectangle polygon to your GoogleMap; change settings; handle events;
- GoogleGround extender control - how to add ground overlay to your GoogleMap; change settings; handle events;
- GooglePolyline extender control - how to add polyline to your GoogleMap; change settings; handle events;
- GoogleDirections extender control how to add directions to your GoogleMap; change settings; handle events;
Documentation