Map Match
ModelsExpand Collapse
map_match_result: object { 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.
map_match_result: object { 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 of object { geometry, properties, type } Snapped tracepoint Features in input order
features: array of object { geometry, properties, type }
Snapped tracepoint Features in input order
geometry: object { coordinates, type } GeoJSON Geometry object per RFC 7946. Coordinates use [longitude, latitude] order. 3D coordinates [lng, lat, elevation] are used for elevation endpoints.
geometry: object { coordinates, type }
GeoJSON Geometry object per RFC 7946. Coordinates use [longitude, latitude] order. 3D coordinates [lng, lat, elevation] are used for elevation endpoints.