wunderground v0.0.9 Wunderground.Geolookup.AirportStation

Ensures correct JSON encoding.

Link to this section Summary

Types

t()

The Wunderground.Geolookup.AirportStation struct

Link to this section Types

Link to this type t()
t() :: %Wunderground.Geolookup.AirportStation{city: String.t, country: String.t, icao: String.t, lat: String.t, lon: String.t, state: String.t}

The Wunderground.Geolookup.AirportStation struct.

Example

%Wunderground.Geolookup.AirportStation{
  city: "Tokyo",
  country: "JP",
  icao: "RJTT",
  lat: "35.54999924",
  lon: "139.77999878",
  state: ""
}