approvedgeo
Snap Coordinate to Nearest Road
Snaps a single lon,lat coordinate to the nearest point(s) on the routable road network using the public OSRM nearest service. Returns matched location, road name, and snap distance. Keyless.
Networks
Base (Coinbase L2)solana:mainnetNoble
Regions
Global (no regional restriction)
Tags
#geo#routing#osrm#snap#nearest
How to use
Sample response
{"code":"Ok","waypoints":[{"nodes":[272408975,272408975],"name":"Unter den Linden","location":[13.387983,52.517094],"distance":10.52}]}curl -X GET 'https://proxy.suverse.io/v1/data/suverse-geo-osrm-nearest'