Find the neighbourhood policing team responsible for a given area, by a set of coordinates. Accepts only a single pair of latitude and longitude.
ukc_neighbourhood_location(lat, lng)
lat | Latitude |
---|---|
lng | Longitude |
The police force and neighbourhood code of the given coordinates.
if (FALSE) { find <- ukc_neighbourhood_location(lat = 51.500617, lng = -0.124629) }