graphhopper / map-matching

The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching
https://www.graphhopper.com/open-source/
Apache License 2.0
785 stars 273 forks source link

Attach turn instructions to the GPX result #37

Closed karussell closed 8 years ago

karussell commented 9 years ago

Use MatchResult.edgeMatches to fill MatchResult.instructions identical to what we do in Path.calcInstructions.

This needs some changes in the core (moving submethod of Path.calcInstructions into public method of e.g. InstructionList.create?).

karussell commented 8 years ago

Improved via #39