This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

map matching using only single route object.

0

I want to use map matching feature from "libosrm C++" in my navigator app, but I'm not planning to download maps on my server. I request point to point route from mapbox(directions api) and want to know if I'm on this route currently, having only route object(array of coordinates from start point to finish) and my messy gps data. Thanks for attention.

asked 05 Sep '19, 05:22

AmirAfendin's gravatar image

AmirAfendin
11113
accept rate: 0%

edited 05 Sep '19, 05:28

(05 Sep '19, 09:29) TZorn

Source code available on GitHub .