Class IsolineOptions

java.lang.Object
com.here.sdk.routing.IsolineOptions

public final class IsolineOptions extends Object

Specifies options for isolines calculation.

  • Field Details

  • Constructor Details

    • IsolineOptions

      @Deprecated public IsolineOptions(@NonNull IsolineOptions.Calculation calculationOptions, @NonNull CarOptions carOptions)
      Deprecated.

      Will be removed in v4.28.0. Use the constructor with RoutingOptions parameter instead.

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

      Parameters:
      calculationOptions -

      The options to be used to calculate this isoline.

      carOptions -

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

    • IsolineOptions

      @Deprecated public IsolineOptions(@NonNull IsolineOptions.Calculation calculationOptions, @NonNull TruckOptions truckOptions)
      Deprecated.

      Will be removed in v4.28.0. Use the constructor with RoutingOptions parameter instead.

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

      Parameters:
      calculationOptions -

      The options to be used to calculate this isoline.

      truckOptions -

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

    • IsolineOptions

      @Deprecated public IsolineOptions(@NonNull IsolineOptions.Calculation calculationOptions, @NonNull EVCarOptions evCarOptions)
      Deprecated.

      Will be removed in v4.28.0. Use the constructor with RoutingOptions parameter instead.

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

      Parameters:
      calculationOptions -

      The options to be used to calculate this isoline.

      evCarOptions -

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

    • IsolineOptions

      @Deprecated public IsolineOptions(@NonNull IsolineOptions.Calculation calculationOptions, @NonNull EVTruckOptions evTruckOptions)
      Deprecated.

      Will be removed in v4.28.0. Use the constructor with RoutingOptions parameter instead.

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

      Parameters:
      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.

    • IsolineOptions

      public IsolineOptions(@NonNull IsolineOptions.Calculation calculationOptions, @NonNull RoutingOptions routingOptions)

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

      Parameters:
      calculationOptions -

      The options to be used to calculate this isoline.

      routingOptions -

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