Gets or sets the geo location data.
| C# | Visual Basic |
[DataMemberAttribute] [JsonPropertyAttribute(PropertyName = "geo")] public TwitterGeo Geo { get; set; }
<DataMemberAttribute> _ <JsonPropertyAttribute(PropertyName := "geo")> _ Public Property Geo As TwitterGeo Get Set
The geo location data.