예제 #1
0
파일: Waypoint.cs 프로젝트: tash648/WebApi
 public Waypoint(decimal lat, decimal lng)
 {
     Position = new LatLng(lat, lng);
 }