IsolineOptions.withEVTruckOptions constructor

  1. @Deprecated("Will be removed in v4.28.0. Use the constructor with `RoutingOptions` parameter instead.")
IsolineOptions.withEVTruckOptions(
  1. IsolineOptionsCalculation calculationOptions,
  2. EVTruckOptions evTruckOptions
)

Constructs options to calculate isolines from destination or origin, with preferences for isoline calculation and electric truck routing options.

  • calculationOptions The options to be used to calculate this isoline.

  • evTruckOptions The options that should influence the possible routes within the isoline. This determines also the transportation type.

Implementation

@Deprecated("Will be removed in v4.28.0. Use the constructor with `RoutingOptions` parameter instead.")

factory IsolineOptions.withEVTruckOptions(IsolineOptionsCalculation calculationOptions, EVTruckOptions evTruckOptions) => $prototype.withEVTruckOptions(calculationOptions, evTruckOptions);