extwitter v0.11.0 ExTwitter.Model.Place

Place object.

Reference

Place object

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %ExTwitter.Model.Place{
  attributes: nil,
  bounding_box: ExTwitter.Model.BoundingBox.t(),
  contained_within: [ExTwitter.Model.Place.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()
}