예제 #1
0
 public static bool IsValidAngle(this GpsInfo gps)
 {
     return(gps.AngleDegrees.IsValidAngle());
 }
예제 #2
0
 public static Coordinate ToPoint(this GpsInfo gpsInfo)
 {
     return(new Coordinate(gpsInfo.LongitudeDegrees, gpsInfo.LatitudeDegrees, gpsInfo.AltitudeMeters, gpsInfo.AngleDegrees));
 }