switchToRoute abstract method

void switchToRoute(
  1. DrivingRoute route
)

Start guidance with given alternative. It only accepts routes obtained from this Guidance.routes field.

Implementation

void switchToRoute(directions_driving_route.DrivingRoute route);