View Source Passbook.LowerLevel.Location (Passbook v0.1.1)

Information about a location.

Link to this section Summary

Link to this section Types

@type t() :: %Passbook.LowerLevel.Location{
  altitude: number() | nil,
  latitude: number() | nil,
  longitude: number() | nil,
  relevant_text: String.t() | nil
}