Twitterizer 2 Documentation
Lookup Method (latitude, longitude)
NamespacesTwitterizerTwitterPlaceLookup(Double, Double)
Retrieves a place based on the specified coordinates.
Declaration Syntax
C#Visual Basic
public static TwitterResponse<TwitterPlaceCollection> Lookup(
	double latitude,
	double longitude
)
Public Shared Function Lookup ( _
	latitude As Double, _
	longitude As Double _
) As TwitterResponse(Of TwitterPlaceCollection)
Parameters
latitude (Double)
The latitude.
longitude (Double)
The longitude.
Return Value
A collection of matched TwitterPlace items.

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