What is Map Matching and Why Does It Matter?
Why Raw GPS Is Not Enough
GPS accuracy is 5-15 meters in ideal conditions, worse in urban canyons. A point 10 meters from the road appears to be in a building or on the wrong street. Sequential points zigzag across road boundaries. You cannot compute accurate distance traveled or determine which road segment the vehicle used.
Map matching disambiguates. When GPS shows you between two parallel roads, map matching uses context: previous points, road connectivity, legal turns, speed limits. It infers the most likely actual path.
Core Applications
Navigation: Show vehicle on the correct road. Display upcoming turn instructions. Calculate accurate ETA based on road type and traffic.
Billing: Ride-sharing calculates fare from road distance, not straight-line GPS distance. A winding mountain road should cost more than a direct highway.
Analytics: Traffic analysis needs to know which roads are congested. Raw GPS points scattered around intersections are useless. Matched paths show actual traffic flow.
Fleet management: Did the driver take the assigned route? Geofence violations based on road segments, not circular radius.