Exemplo n.º 1
0
 public void AddTrackingHistoryPoint(TrackingHistoryPoint historyPoint)
 {
     TrackingHistory.Add(historyPoint);
     ActualLocation = historyPoint.Location;
 }
Exemplo n.º 2
0
 public void AddTrackingHistoryPoint(TrackingHistoryPoint historyPoint)
 {
     TrackingHistory.Add(historyPoint);
     ActualLocation = historyPoint.Location;
 }