mapbox / mapbox-navigation-android

Mapbox Navigation SDK for Android
https://docs.mapbox.com/android/navigation/overview/
Other
622 stars 319 forks source link

Finding an UI component that shows street name and sign? WayNameView doesn't seem to be the correct view #3569

Open carstenhag opened 4 years ago

carstenhag commented 4 years ago

Android API: Not relevant Mapbox Navigation SDK version:

    implementation 'com.mapbox.navigation:ui:1.0.0-rc.7'
    implementation 'com.mapbox.navigation:core:1.0.0-rc.7'

iOS Screenshot (the yellow square with a 2 in it, at the bottom indicates a german federal street): Bildschirmfoto 2020-09-15 um 17 04 30

AND Screenshot of WayNameView:

Bildschirmfoto 2020-09-15 um 16 56 46

Only relevant public method: updateWayNameText(String wayNameText).

Steps to trigger behavior

  1. Try to get the same street name + sign view working as on iOS.
  2. Use WayNameView, but that only seems to support showing a text
  3. Documentation doesn't really mention how to customize this or add it to the navigation.

Expected behavior

There should be a view, similar to the iOS one, which receives a RouteProgress or BannerInstructions or whatever and shows the corresponding street name and sign the user is currently driving at.

Actual behavior

Can't find the view :D.

carstenhag commented 4 years ago

Not totally sure if that's the right thing, but apparently our iOS codebase uses the (InApp)NavigationViewController, which automatically renders this. They are still using the 0.x.y versions though!

Guardiola31337 commented 4 years ago

cc @abhishek1508

carstenhag commented 3 years ago

Checking in, so this feature doesn't exist yet, right? Would be good to have this consistent across iOS and AND

Guardiola31337 commented 3 years ago

Where are we here? Any updates? @cafesilencio @abhishek1508