Skip to content
GuidesPlaygroundDashboard

Map Match

Match GPS coordinates to the road network
$client->mapMatch->match(GeoJsonGeometry trace, ?list<float> radiuses): MapMatchResult
POST/api/v1/map-match
ModelsExpand Collapse

GPS trace (GeoJSON LineString geometry)

?list<float> radiuses

Search radius per coordinate in meters (optional, default 50)

Properties properties
Type type
?list<array<string,mixed>> legs

Matched route legs between consecutive trace points