Map Match
Match GPS coordinates to the road network
map_match.match(**kwargs) -> MapMatchResult { geometry, properties, type, legs }
POST/api/v1/map-match
ModelsExpand Collapse
class MapMatchRequest { trace, radiuses } GPS trace to match against the road network
class MapMatchRequest { trace, radiuses }
GPS trace to match against the road network
class MapMatchResult { geometry, properties, type, legs } Map matching result with snapped geometry
class MapMatchResult { geometry, properties, type, legs }
Map matching result with snapped geometry