getCurrentRoute method

List<Coordinates> getCurrentRoute()

Returns a copy of the current route.

Implementation

List<Coordinates> getCurrentRoute() {
  return List.from(_currentRoute.value);
}