wunderground v0.0.9 Wunderground.Autocomplete.Result

Ensures correct JSON encoding.

Link to this section Summary

Types

t()

The Wunderground.Autocomplete.Result struct

Link to this section Types

Link to this type t()
t() :: %Wunderground.Autocomplete.Result{basin: String.t, c: String.t, damage: String.t, date: String.t, l: String.t, lat: String.t, lon: String.t, name: String.t, strmnum: String.t, type: String.t, tz: String.t, tzs: String.t, zmw: String.t}

The Wunderground.Autocomplete.Result struct.

Example

%Wunderground.Autocomplete.Result{
  name: "San Francisco, California",
  type: "city",
  c: "US",
  zmw: "94102.1.99999",
  tz: "America/Los_Angeles",
  tzs: "PDT",
  l: "/q/zmw:94102.1.99999",
  lat: "37.779999",
  lon: "-122.419998",
  # hurricanes only
  date: nil,
  strmnum: nil,
  basin: nil,
  damage: nil
}