extwitter v0.11.0 ExTwitter.Model.Geo

Geo object.

Reference

https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/geo-objects

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %ExTwitter.Model.Geo{
  coordinates: [float()],
  raw_data: map(),
  type: String.t()
}