overview

open override fun overview(routeInformation: RouteInformation): List<Point>

If the RouteInformation does not include a RouteProgress instance the points for the entire route will be returned. If a RouteProgress is present, the distance traveled will be used to truncate the route points such that the final collection of points returned will contain the point nearest the distance traveled until the end of the route.