Neighbourhood boundary
A list of latitude/longitude pairs that make up the boundary of a neighbourhood.
Example request
https://data.police.uk/api/leicestershire/NC04/boundary
Example response
[
{
"latitude": "52.6394052587",
"longitude": "-1.1458618876"
},
{
"latitude": "52.6389452755",
"longitude": "-1.1457057759"
},
...
{
"latitude": "52.6383706746",
"longitude": "-1.1455755443"
}
]
Response description
Tag | Description |
---|---|
latitude | Latitude |
longitude | Longitude |