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

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

Specs

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