showRoute abstract method

void showRoute(
  1. Route route,
  2. IndoorRouteStyle style
)

Shows an indoor route on the map.

The previously visible indoor route will be hidden.

  • route A route to show

  • style A route style for the given route.

Implementation

void showRoute(Route route, IndoorRouteStyle style);