clearRoute method
Clears the currently displayed route from the map.
Implementation
@override
Future<void> clearRoute() async {
await clearSources();
routeLines.clear();
_primaryRouteIndex = 0;
_routes.clear();
_isIndependentRoute = false;
}