예제 #1
0
파일: GMapEx.cs 프로젝트: yinondouchan/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);
 }
예제 #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);
 }