Twitterizer 2 Documentation
Geo Property
NamespacesTwitterizerTwitterStatusGeo
Gets or sets the geo location data.
Declaration Syntax
C#Visual Basic
[DataMemberAttribute]
[JsonPropertyAttribute(PropertyName = "geo")]
public TwitterGeo Geo { get; set; }
<DataMemberAttribute> _
<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)