showRoute abstract method
- Route route,
- IndoorRouteStyle style
Shows an indoor route on the map.
The previously visible indoor route will be hidden.
-
routeA route to show -
styleA route style for the given route.
Implementation
void showRoute(Route route, IndoorRouteStyle style);