Open appnjoy opened 3 years ago
@appnjoy
Thanks for using the Mapbox Navigation SDK for Android and being a valued customer.
Mapbox will be soon deprecating any support for v0
and v1
versions of the SDK. To facilitate this transition we’re launching a new drop-in UI component into v2
, equivalent to the existing NavigationView
v1
in its design goals, however with a more modern and customizable API.
We plan to launch this new drop-in UI component as a Developer Preview feature in April, as part of the v2.5
series. Since you are using NavigationView
with v1
, we’d love to hear your feedback so that we can incorporate it ahead of a GA release.
If you’re interested in having early access to the upcoming drop-in UI for v2
and its documentation, drop a comment on this ticket or send an email to abhishek.kejriwal@mapbox.com
/cc @zugaldia @AhmerKhan1
It's seems impossible to change the gps icon used for navigation.
Using latest Mapbox Library with Navigation UI
implementation "com.mapbox.navigation:ui:1.5.1" implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:9.6.1'
Following the guide didn't help much.
I created my custom style changing all the attributes of NavigationLocationLayerStyle.
No matter what gpsDrawable i specifiy, the default one is always used.
I don't know what to try anymore, maybe a issue?
Thanks