Felix just asked me about how the map matcher deals with one way roads. He has some sample coordinates where the vehicle has been driving against the regular direction (some garbage cleaning) and in the map matching process there are two paths instead of a single one.
How could we improve the behaviour of the map matching engine in xMapMatch2?
Joost already told me:
BerndIn xmapmatch 1 you can turn off blocking in the profile Mapmatching / RoutingRestrictions / @considerBlockedSegments . This will also turn off the one way restrictions. Be aware that then you want a dense signal for proper pathing. Note: most likely you also want to turn or Mapmatching / RoutingRestrictions / @considerTurningBans .
As for the Developer Map Matching API: since it has no parametrizing of the algorithm and there is no easy way to stich multiple paths together I ignore its existence completely for now.