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