Unresolved references for accessToken in MapBox Android
I am currently implementing the Mapbox Navigation SDK on Android, and I am facing an issue with disabling auto simulation in my application. According to the documentation, auto simulation can be disabled by removing the locationEngine from the NavigationOptions. However, I am encountering an error where the accessToken and locationEngine are showing as unresolved references when trying to configure NavigationOptions.
Is it possible to change current position marker icon in Mapbox Navigation SDK Kotlin?
I’m using Mapbox Navigation SDK Kotlin (in flutter). I’m able to change the destination icon with this code Link to Doc
Is it possible to change current position icon in Mapbox Navigation SDK Kotlin?
I’m using Mapbox Navigation SDK Kotlin (in flutter). I’m able to change the destination icon with this code Link to Doc