示例#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);
 }
示例#2
0
文件: GMapEx.cs 项目: ohadmanor/TDS
 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);
 }