Map Match
Match GPS coordinates to the road network
client.mapMatch.match(MapMatchMatchParams { coordinates, radiuses } body, RequestOptionsoptions?): MapMatchResult { features, matchings, type }
POST/api/v1/map-match
ModelsExpand Collapse
MapMatchResult { features, matchings, type } Map matching result as a GeoJSON FeatureCollection. Each Feature is a snapped tracepoint. The top-level matchings array contains the matched sub-routes connecting consecutive tracepoints.
MapMatchResult { features, matchings, type }
Map matching result as a GeoJSON FeatureCollection. Each Feature is a snapped tracepoint. The top-level matchings array contains the matched sub-routes connecting consecutive tracepoints.
features: Array<Feature>Snapped tracepoint Features in input order
features: Array<Feature>
Snapped tracepoint Features in input order
GeoJSON Geometry object per RFC 7946. Coordinates use [longitude, latitude] order. 3D coordinates [lng, lat, elevation] are used for elevation endpoints.
GeoJSON Geometry object per RFC 7946. Coordinates use [longitude, latitude] order. 3D coordinates [lng, lat, elevation] are used for elevation endpoints.