¡Ayúdanos a traducir esta Web y consigue licencias gratis!
Usuario anónimo  |  Ingresar  |  Regístrate

ExtMapTypeControl

El ExtMapTypeControl forma parte del GMaps Utility Library.

El ExtMapTypeControl es una alternativa opensource a los controles que nos permiten elegir el tipo de mapa.




Code.aspx
<cc1:GMap ID="GMap1" runat="server" />
Code.aspx.cs
GControl extMapType = new GControl(new ExtMapTypeControl(true, true, true, true, true)); GMap1.addControl(extMapType);

GMap1.setCenter(new GLatLng(47, -122));
Powered by Subgurim.NET