TripState

constructor(waypoints: List<DestinationSearchResult> = emptyList(), markers: List<Marker> = emptyList(), routes: List<NavigationRoute> = emptyList(), fasterRoutes: List<FasterRouteMetadata> = emptyList(), routeWithChargers: NavigationRoute? = null, currentLegIndex: Int = 0, savedState: TripState? = null)