wunderground v0.0.9 Wunderground.Geolookup.PWSStation

Ensures correct JSON encoding.

Link to this section Summary

Types

t()

The Wunderground.Geolookup.PWSStation struct

Link to this section Types

Link to this type t()
t() :: %Wunderground.Geolookup.PWSStation{city: String.t, country: String.t, distance_km: String.t, distance_mi: String.t, id: String.t, neighborhood: String.t, state: String.t}

The Wunderground.Geolookup.PWSStation struct.

Example

%Wunderground.Geolookup.PWSStation{
  city: "Omori",
  country: "JP",
  distance_km: 4,
  distance_mi: 2,
  id: "I13OMORI2",
  neighborhood: "Tokyo",
  state: "13"
}