IsolineOptions.withRoutingOptions constructor
- IsolineOptionsCalculation calculationOptions,
- RoutingOptions routingOptions
Constructs options to calculate isolines from destination or origin, with preferences for isoline calculation and routing options.
Notes
- By default all vehicle specifications from RoutingOptions.transportSpecification are set to
nulland the TransportSpecification.transportMode from RoutingOptions.transportSpecification is set to TransportMode.car. - A route can be calculated with only the TransportSpecification.transportMode from RoutingOptions.transportSpecification set.
-
calculationOptionsThe options to be used to calculate this isoline. -
routingOptionsThe options that should influence the possible routes within the isoline. This determines also the transportation type.
Implementation
factory IsolineOptions.withRoutingOptions(IsolineOptionsCalculation calculationOptions, RoutingOptions routingOptions) => $prototype.withRoutingOptions(calculationOptions, routingOptions);