View Source Tw.V1_1.Coordinates (Tw v0.1.1)
Coordinates data structure and related functions. https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary/object-model/geo
Link to this section Summary
Types
field description coordinates
The longitude and latitude of the Tweet’s location, as a collection in the form [longitude, latitude]. Example: [-97.51087576,35.46500176]
.type
The type of data encoded in the coordinates property. This will be “Point” for Tweet coordinates fields. Example: "Point"
.
Link to this section Types
Specs
field description coordinates
The longitude and latitude of the Tweet’s location, as a collection in the form [longitude, latitude]. Example: [-97.51087576,35.46500176]
.type
The type of data encoded in the coordinates property. This will be “Point” for Tweet coordinates fields. Example: "Point"
.
Link to this section Functions
Specs
Decode JSON-decoded map into t/0