Twitterizer 2 Documentation
GeoCode Property
NamespacesTwitterizerSearchOptionsGeoCode
Gets or sets the geo code string. The parameter value is specified by "latitude,longitude,radius", where radius units must be specified as either "mi" (miles) or "km" (kilometers). Note that you cannot use the near operator via the API to geocode arbitrary locations; however you can use this geocode parameter to search near geocodes directly.
Declaration Syntax
C#Visual Basic
public string GeoCode { get; set; }
Public Property GeoCode As String
	Get
	Set
Value
The geo code.

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