View Source Place.City (Place v0.1.1)

Summary

Types

@type t() :: %Place.City{
  country_iso2: term(),
  csc_id: term(),
  latitude: term(),
  longitude: term(),
  name: term(),
  state_code: term()
}