Пример #1
0
 public Waypoint(decimal lat, decimal lng)
 {
     Position = new LatLng(lat, lng);
 }