startSimulation static method
Starts simulating movement along the given route.
Useful for testing without real GPS.
Implementation
static void startSimulation(SmartRoute route, {int speedKmH = 60}) {
SmartLocationImpl().startSimulation(route, speedKmH: speedKmH);
}