Represents geographic coordinates (latitude and longitude) with associated metadata.
Geographic coordinates with associated metadata
@type t() :: %Geolixir.Coords{lat: float() | nil, lon: float() | nil}