Retrieves a place based on the specified coordinates.
| 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
- latitude (Double)
- The latitude.
- longitude (Double)
- The longitude.
- options (TwitterPlaceLookupOptions)
- The options.
- timeout (TimeSpan)
- The timeout.
- function (Action<(Of <(<'TwitterAsyncResponse<(Of <(<'TwitterPlaceCollection>)>)>>)>)>)
- The function.
[Missing <returns> documentation for "M:Twitterizer.TwitterPlaceAsync.Lookup(System.Double,System.Double,Twitterizer.TwitterPlaceLookupOptions,System.TimeSpan,System.Action{Twitterizer.TwitterAsyncResponse{Twitterizer.TwitterPlaceCollection}})"]