type property

String? type
getter/setter pair

The type of data encoded in the coordinates property. This will be “Polygon” for bounding boxes and “Point” for Tweets with exact coordinates.

Implementation

String? type;