Ejemplo n.º 1
0
 public GMapEx()
 {
     this.AllowDrop = true;
     GMap.NET.PointLatLng Position = new GMap.NET.PointLatLng(0, 0);
     marker       = new GMapMarker(Position);
     UserLayer    = new UserDrawLayer();
     marker.Shape = UserLayer;
     this.Markers.Add(marker);
 }
Ejemplo n.º 2
0
 public GMapEx()
 {
     this.AllowDrop = true;
     GMap.NET.PointLatLng Position = new GMap.NET.PointLatLng(0, 0);
     marker = new GMapMarker(Position);
     UserLayer = new UserDrawLayer();
     marker.Shape = UserLayer;
     this.Markers.Add(marker);
 }