maplibre / maplibre-navigation-android

Maplibre Navigation SDK for Android
MIT License
86 stars 44 forks source link

The sdk is triggering the reroute process when speed = 0 #72

Open imranMnts opened 1 year ago

imranMnts commented 1 year ago

I don't know if the issue is linked to https://github.com/maplibre/maplibre-navigation-android/issues/63, but when the user stop to move (when the speed reduces to zero), the SDK trigger the rerouting process and gets a new route.

App configuration setup

  implementation 'com.github.maplibre:maplibre-navigation-android:2.0.0'
  implementation 'org.maplibre.gl:android-sdk:10.0.2'
  implementation 'org.maplibre.gl:android-plugin-annotation-v9:1.0.0'

Expected behaviour

The navigation should continue as usual.

Actual behaviour

The SDK trigger the reroute process.