Help us translate this website and improve this translation and earn free licenses!
Anonymous user  |  Log in  |  Create Account

ASP.NET GoogleMaps User Control

Newest version: 3.2.1.2 (1/28/2010)

GoogleMaps.Subgurim.NET is the most advanced Google Maps control for ASP.NET 2.0.
With the full power of the official GoogleMaps API, yet without the need of a single line of javascript code: only ASP.NET!
Just drag the control in Visual Studio, and with a few lines of code you will be able program powerful Google Maps applications!!


Example (view the How To...)



Code.aspx
<cc1:GMap ID="GMap1" runat="server" />
Code.aspx.cs
GMap1.addControl(new GControl(GControl.preBuilt.GOverviewMapControl));

GMap1.addControl(new GControl(GControl.preBuilt.LargeMapControl));

GMarker marker = new GMarker(new GLatLng(39.5, -3.2));
GInfoWindow window = new GInfoWindow(marker, "<center><b>GoogleMaps.Subgurim.NET</b></center>", true);
GMap1.addInfoWindow(window);
Powered by Subgurim.NET