copy

fun copy(itinerary: Itinerary = this.itinerary, costModel: CostModel? = this.costModel, departAt: Date? = this.departAt, arriveAt: Date? = this.arriveAt, alternativeRoutesOptions: AlternativeRoutesOptions? = this.alternativeRoutesOptions, guidanceOptions: GuidanceOptions? = this.guidanceOptions, routeLegOptions: List<RouteLegOptions> = this.routeLegOptions, vehicle: Vehicle = this.vehicle, chargingOptions: ChargingOptions? = this.chargingOptions, queryOptions: QueryOptions? = this.queryOptions, waypointOptimization: WaypointOptimization? = this.waypointOptimization, mode: RouteInformationMode = this.mode, arrivalSidePreference: ArrivalSidePreference = this.arrivalSidePreference): RoutePlanningOptions

Deprecated

This API is deprecated and will be removed with the next major release.