coordinates property

List<double>? coordinates
getter/setter pair

The longitude and latitude of the Tweet’s location, as a collection in the form [longitude, latitude].

Implementation

List<double>? coordinates;