Travel.Stays.Types.GeographicCoordinates (travel v0.2.0)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %Travel.Stays.Types.GeographicCoordinates{
  latitude: float() | nil,
  longitude: float() | nil
}