Ejemplo n.º 1
0
 public PointLatLngAlt(Locationwp locwp)
 {
     this.Lat = locwp.lat;
     this.Lng = locwp.lng;
     this.Alt = locwp.alt;
 }
Ejemplo n.º 2
0
 public static Item ConvertFromLocationwp(Locationwp locationwp)
 {
     return(locationwp);
 }