TDV Adapter for Twitter

Build 22.0.8462

ReverseGeoSearch

Reverse-searches a place based on the specified latitude and longitude.

Input

Name Type Description
Accuracy String A hint on the region in which to search. If a number, then this is a radius in meters, but it can also take a string that is suffixed with ft to specify feet. If this is not passed in, then it is assumed to be 0m.
Granularity String This is the minimal granularity of place types to return. Valid values are poi, neighborhood, city, admin, or country. If no granularity is provided for the request, neighborhood is assumed. Setting this to city, for example, will find places that have a type of city, admin, or country.
Latitude String The latitude to search around. This parameter will be ignored unless it is inside the range -90.0 to 90.0 inclusive. (North is positive.) It will also be ignored if there is not a corresponding Longitude input.
Longitude String The longitude to search around. The valid ranges for longitude are -180.0 to 180.0 inclusive. (East is positive.) This parameter will be ignored if it is outside that range, if it is not a number, if Geo_Enabled is disabled, or if there not a corresponding Latitude input.
MaxResults String A hint as to the number of results to return. This does not guarantee that the number of results returned will equal MaxResults, but instead informs how many nearby results to return.

Result Set Columns

Name Type Description
Id String The place Id.
Name String Name of the place.
Country String The country name where the coordinates are located.
CountryCode String The code of the country.
FullName String Full name of the place.
Latitude String The latitude of the place.
Longitude String The longitude of the place.
PlaceType String The type of place (i.e., city, neighborhood, etc.)

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462