Match
matchMap-match a noisy GPS trace (semicolon-separated lon,lat pairs) to the road network via OSRM, optionally specifying per-point search radiuses in meters; returns matched route geometry and confidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | ||
| radiuses | No | Per-point search radius in meters, semicolon-separated | |
| coordinates | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Status code (Ok or error) | |
| matchings | No | Array of matched route segments | |
| tracepoints | No | Array of matched trace points |