IGC.Position (igc v1.1.0)

Link to this section Summary

Functions

A position on earth as a latitude and longitude in the WGS84 system

Link to this section Types

@type t() :: %IGC.Position{lat: float(), lng: float()}

Link to this section Functions

Link to this function

%IGC.Position{}

(struct)

A position on earth as a latitude and longitude in the WGS84 system

@spec parse(String.t()) :: {:ok, t(), String.t()} | {:error, atom()}