mapbox-navigation-android
mapbox-navigation-android copied to clipboard
Want to retrieve NavigationStatus provided by native module
Android API: Mapbox Navigation SDK version: v1.3.0 and later
Feature request
In some case NavigatoionStatus
is useful in user code.
Latest code has a method to get NavigatoionStatus
from native module here. However, the method is private and user code cannot retrieve it.
From user point of view, if onRouteProgressChanged
contains NavigatoionStatus
, it's easy to handle it.
That's on purpose. We don't want to expose NN NavigatoionStatus
. What are you missing from it that you don't have access to?
cc @mskurydin @SiarheiFedartsou
@Guardiola31337
Thank you for checking this issue. Initially, we wanted road name but it can be obtained from EHorizon now. So we can close this ticket now. The underlying question was that why Android does not provide NavigationStatus
while iOS does.
Is @mapbox/navigation-ios exposing NN underlying models?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.