Nearest Service
Snaps a coordinate to the street network and returns the nearest n matches. Where coordinates only supports a single {longitude},{latitude} entry.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/nearest/driving/string?bearings=10%2C20%3B40%2C30%3B30%2C9&radiuses=500%3B200%3B300&number=3"{ "waypoints": { "nodes": [ 2966517546, 0 ], "distance": 159.132824, "location": [ -0.161547, 51.522462 ], "name": "Balcombe Street" }, "code": "ok"}