IsolineOptions.withEVTruckOptions constructor - IsolineOptions - routing library - Dart API
IsolineOptions.withEVTruckOptions
IsolineOptions.withEVTruckOptions constructor
- IsolineOptionsCalculation calculationOptions,
- EVTruckOptions evTruckOptions
Constructs options to calculate isolines from destination or origin, with preferences for isoline calculation and electric truck routing options.
-
calculationOptionsThe options to be used to calculate this isoline. -
evTruckOptionsThe options that should influence the possible routes within the isoline. This determines also the transportation type.
Implementation
factory IsolineOptions.withEVTruckOptions(IsolineOptionsCalculation calculationOptions, EVTruckOptions evTruckOptions) => $prototype.withEVTruckOptions(calculationOptions, evTruckOptions);