Find Nearest Locations
Returns all the nearest Point of Interest (POI) locations to a search point. The number returned is restricted to the maximum specified. The locations returned are ordered based on distance from the specified search point.
The search point can be specified as either latitude and longitude or an address (at least one of roadNumber, road, city, postcode or country).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
The longitude value for the point. Must be specified if latitude has been specified.
The latitude value for the point. Must be specified if longitude has been specified.
The radius (in km) of the search area. Must be greater than or equal to 1.0 and cannot be more than 500.
Maximum number of locations to return. Must be greater than 0.
Name of a road.
Road number.
City
Country.
Post code.
