Display list of nearby points
Opened this issue · 2 comments
PVince81 commented
Get the nearby points and show them in a list.
Use the endpoint: /api/nearbywastepoint?latitude=123.4567&longitude=456.12345 with the GET method to retrieve them.
PVince81 commented
You can also add "distance" in meters. I think we need to do some tests to tweak the default value for that. It currently defaults to 100m and doesn't allow values bigger then 400m. We can discuss this.
PVince81 commented
It used to work but for some reason it broke recently. Need to have a look.