maplibre / maplibre-navigation-android-legacy

Legacy MapLibre Navigation SDK for Android
MIT License
34 stars 29 forks source link

Simulation does not work #1

Open boldtrn opened 5 years ago

boldtrn commented 5 years ago

We have found an issue with the simulation if one step contains only 1 point, the part of the simulation is discarded in ReplayRouteLocationConverter#sliceRoute.

We will have to check different options. Maybe it makes the most sense to change the Converter on the server side, so that every instruction has at least two points or maybe we should improve the sdk.