eopeter / flutter_mapbox_navigation

Turn By Turn Navigation for Your Flutter Application
Apache License 2.0
217 stars 183 forks source link

I need clarification about the simulateRoute #363

Open sKY02644 opened 5 months ago

sKY02644 commented 5 months ago

@eopeter

{bool? simulateRoute} Type: bool?

if true will simulate the route as if you were driving. Always true on iOS Simulator

does it mean the puck will move even when the car is not moving just like it is in the example that is if its true?

Amyssyko commented 2 months ago

Exactly, intended for test mode.