View Source Place.State (Place v0.1.1)

Summary

Types

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