Retrieves a place based on the specified coordinates.
| C# | Visual Basic |
public static TwitterResponse<TwitterPlaceCollection> Lookup( double latitude, double longitude, TwitterPlaceLookupOptions options )
Public Shared Function Lookup ( _ latitude As Double, _ longitude As Double, _ options As TwitterPlaceLookupOptions _ ) As TwitterResponse(Of TwitterPlaceCollection)
- latitude (Double)
- The latitude.
- longitude (Double)
- The longitude.
- options (TwitterPlaceLookupOptions)
- The options.
A collection of matched TwitterPlace items.