extwitter v0.11.0 ExTwitter.Model.BoundingBox

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

Link to this type

t()

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