ExTwitter.Model.Place (extwitter v0.14.0) View Source

Place object.

Reference

Place object

Link to this section Summary

Link to this section Types

Specs

t() :: %ExTwitter.Model.Place{
  attributes: nil,
  bounding_box: ExTwitter.Model.BoundingBox.t(),
  contained_within: [t()],
  country: String.t(),
  country_code: String.t(),
  full_name: String.t(),
  id: String.t(),
  name: String.t(),
  place_type: String.t(),
  raw_data: map(),
  url: String.t()
}