mapbox / mapbox-navigation-android-examples

Other
53 stars 46 forks source link

Navigation SDK always goes into preview mode #140

Open ashokai opened 2 years ago

ashokai commented 2 years ago

I'm using the turn-by-turn example and I need to navigate to real location. So commented out the simulation part. But even after removing the simulation part, the Navigation is automatically moving along the route and not using my real location.

Is there any force flag to turn off the preview or simulation ?

mzhao-nv commented 1 year ago

It seem the simulation engine is used whenever the location is not available / accessible, even without .locationEngine(replayLocationEngine)

hysapp commented 1 year ago

I have the same problem.

JanusKun commented 11 months ago

Have you solved it