Aidez nous à traduire le site et obtenez une licence gratuite.
Usuario anónimo  |  Ingresar  |  Regístrate

ASP.NET GoogleMaps User Control

Nouvelle Version 4.0 Beta (09/05/2012)

GoogleMaps.Subgurim.NET est un WebControl Google Maps pour ASP.NET 2.0 avec des fonctionnalitées avancées.
Avec la totalité de l'API officielle GoogleMaps, mais sans la moindre ligne de code Javascript : Seulement de l' ASP.NET!!
Il suffit juste de le Glisser-Déposer avec quelques lignes de codes et vous pourrez programmez une puissante application de géolocalisation avec Google Maps !!


Exemple ( Voir Comment faire ...)



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