C# Class HexapiBackground.GpsExtensions

Mostrar archivo Open project: Slimordium/Hexapi_Hexapod

Private Methods

Method Description
GetDistanceAndHeadingToDestination ( double currentLat, double currentLon, double destinationLat, double destinationLon ) : double[]

Returns double[] [0] = distance to heading in inches. [1] = heading to destination waypoint

Latitude2Double ( this lat, string ns ) : double
LoadWaypoints ( ) : Task>
Longitude2Double ( this lon, string we ) : double
ParseNmea ( this data ) : LatLon
SaveWaypoint ( this latLon ) : System.Threading.Tasks.Task