wunderground v0.0.9 Wunderground.Geolookup.NearbyWeatherStations
Ensures correct JSON encoding.
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Wunderground.Geolookup.NearbyWeatherStations{airport: %Wunderground.Geolookup.StationWrapper{station: [Wunderground.Geolookup.AirportStation.t]}, pws: %Wunderground.Geolookup.StationWrapper{station: [Wunderground.Geolookup.PWSStation.t]}}
The Wunderground.Geolookup.NearbyWeatherStations struct.
Example
%Wunderground.Geolookup.NearbyWeatherStations{
pws: %StationWrapper{station: []}, # list of PWSStation
airport: %StationWrapper{station: []} # list of AirportStation
}