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

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)