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

Bounding box 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.BoundingBox{
  coordinates: [[[float()]]],
  raw_data: map(),
  type: String.t()
}