Passbook.LowerLevel.Location (Passbook v0.1.10)

View Source

Information about a location.

Summary

Types

t()

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