Class IsolineOptions

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

  • public final class IsolineOptions
    extends java.lang.Object

    Specifies options for isolines calculation.

    • Constructor Detail

      • IsolineOptions

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

        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

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

        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

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

        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

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

        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.

        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.