GET /Place/{type}/At/{Lat}/{Lon}
Summary: Gets any places of the given type whose geography intersects the given latitude and longitude. In practice this means the Place
must be polygonal e.g. a BoroughBoundary.
Operation ID: Place_GetAt
Auth: unknown
Operation ID: Place_GetAt
Auth: unknown
Parameters (7)
Lat
(string, path, required)
Automatically added
Lon
(string, path, required)
Automatically added
lat
(string, query, required)
location.lat
(number, query, required)
location.lon
(number, query, required)
lon
(string, query, required)
type
(array, path, required)
The place type (a valid list of place types can be obtained from the /Place/Meta/placeTypes endpoint)
No probe data for this endpoint yet.