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

Route object with C++ and mapping info

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 26 Jan '22, 22:53

Succulent%20City's gravatar image

Succulent City
11223
accept rate: 0%

edited 27 Jan '22, 05:57

scai's gravatar image

scai ♦
33.3k21309459

Source code available on GitHub .