Skip to content
GuidesBlogPlaygroundDashboard

Map Match

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

GPS coordinates to match, in order of travel (max 50 points)

?list<float> radiuses

Search radius per coordinate in meters. Must have the same length as coordinates or be omitted entirely. Default: 50m per point.

list<Feature> features

Snapped tracepoint Features in input order

list<array<string,mixed>> matchings

Matched sub-routes. Each matching connects a contiguous sequence of tracepoints that could be matched to roads.

Type type