Exemple #1
0
 public WayPoint(GpsData that)
 {
     this.Accuracy    = that.Accuracy;
     this.Altitude    = that.Altitude;
     this.GpsTime     = that.GpsTime;
     this.Heading     = that.Heading;
     this.IsActive    = that.IsActive;
     this.Latitude    = that.Latitude;
     this.Longitude   = that.Longitude;
     this.MessageTime = that.MessageTime;
     this.Speed       = that.Speed;
     this.VehicleName = that.VehicleName;
 }
 public WayPoint(GpsData that)
 {
     this.Accuracy = that.Accuracy;
     this.Altitude = that.Altitude;
     this.GpsTime = that.GpsTime;
     this.Heading = that.Heading;
     this.IsActive = that.IsActive;
     this.Latitude = that.Latitude;
     this.Longitude = that.Longitude;
     this.MessageTime = that.MessageTime;
     this.Speed = that.Speed;
     this.VehicleName = that.VehicleName;
 }