Location class
Annotations
@JsonSerializable(explicitToJson: true, fieldRename: FieldRename.snake)
Properties
country
↔ String ?
The country location for where the user that created the Tweet is from.
getter/setter pair
countryCode
↔ String ?
A two-letter ISO-3166 country code that corresponds to the country
location for where the user that created the Tweet is from.
getter/setter pair
fullName
↔ String ?
The full name (excluding sub-region) for where the user that created the
Tweet is from.
getter/setter pair
geo
↔ Coordinates ?
An array that includes a lat/long value for a coordinate that corresponds
to the lowers granularity location for where the user that created the
Tweet is from.
getter/setter pair
hashCode
→ int
The hash code for this object.
no setter inherited
locality
↔ String ?
The locality location (generally city) for where the user that created the
Tweet is from.
getter/setter pair
region
↔ String ?
The region location (generally state/province) for where the user that
created the Tweet is from.
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
subRegion
↔ String ?
The sub-region location (generally county) for where the user that created
the Tweet is from.
getter/setter pair