getCurrentRoute method
Returns a copy of the current route.
Implementation
List<Coordinates> getCurrentRoute() {
return List.from(_currentRoute.value);
}
Returns a copy of the current route.
List<Coordinates> getCurrentRoute() {
return List.from(_currentRoute.value);
}