mapbox / mapbox-navigation-android-examples

Other
53 stars 46 forks source link

Setting Location on AVD #157

Closed JuliBlu closed 1 year ago

JuliBlu commented 1 year ago

Hello, I have a question about this Project. I'm using the turn-by-turn-experience to build a navigation application: https://github.com/mapbox/mapbox-navigation-android-examples/blob/main/app/src/main/java/com/mapbox/navigation/examples/turnbyturn/TurnByTurnExperienceActivity.kt I would like to keep the simulation, but I can't figure out where/how to change the starting location. For me, it always starts in San Francisco, even if I change the location in the Emulator settings. Would be very grateful for any answers!

JuliBlu commented 1 year ago

Found my own Answer, it is changable within the function: onStartNavigation()