Twitterizer 2 Documentation
Lookup Method (latitude, longitude, options, timeout, function)
NamespacesTwitterizerTwitterPlaceAsyncLookup(Double, Double, TwitterPlaceLookupOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterPlaceCollection>)>>)>)>>))
Retrieves a place based on the specified coordinates.
Declaration Syntax
C#Visual Basic
public static IAsyncResult Lookup(
	double latitude,
	double longitude,
	TwitterPlaceLookupOptions options,
	TimeSpan timeout,
	Action<TwitterAsyncResponse<TwitterPlaceCollection>> function
)
Public Shared Function Lookup ( _
	latitude As Double, _
	longitude As Double, _
	options As TwitterPlaceLookupOptions, _
	timeout As TimeSpan, _
	function As Action(Of TwitterAsyncResponse(Of TwitterPlaceCollection)) _
) As IAsyncResult
Parameters
latitude (Double)
The latitude.
longitude (Double)
The longitude.
options (TwitterPlaceLookupOptions)
The options.
timeout (TimeSpan)
The timeout.
function (Action<(Of <(<'TwitterAsyncResponse<(Of <(<'TwitterPlaceCollection>)>)>>)>)>)
The function.
Return Value

[Missing <returns> documentation for "M:Twitterizer.TwitterPlaceAsync.Lookup(System.Double,System.Double,Twitterizer.TwitterPlaceLookupOptions,System.TimeSpan,System.Action{Twitterizer.TwitterAsyncResponse{Twitterizer.TwitterPlaceCollection}})"]

Assembly: Twitterizer2.Asynchronous (Module: Twitterizer2.Asynchronous) Version: 2.4.0.37902 (2.4.0.0)