IsolineOptions.withTruckOptions constructor
- @Deprecated("Will be removed in v4.28.0. Use the constructor with `RoutingOptions` parameter instead.")
- IsolineOptionsCalculation calculationOptions,
- TruckOptions truckOptions
Constructs options to calculate isolines from destination or origin, with preferences for isoline calculation and truck routing options.
-
calculationOptionsThe options to be used to calculate this isoline. -
truckOptionsThe 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.withTruckOptions(IsolineOptionsCalculation calculationOptions, TruckOptions truckOptions) => $prototype.withTruckOptions(calculationOptions, truckOptions);