Class BorderCrossingWarningOptions

java.lang.Object
com.here.sdk.navigation.BorderCrossingWarningOptions

public final class BorderCrossingWarningOptions extends Object

Border crossing warning options.

  • Field Details

    • filterOutStateBorderWarnings

      public boolean filterOutStateBorderWarnings

      If set to true, all the state border crossing notifications will not be given. If the value is false, all border crossing notifications will be given for both country borders and state borders. By default, the filterOutStateBorderWarnings is set to true.

    • includeCommercialVehicleRegulations

      public boolean includeCommercialVehicleRegulations

      If set to true, commercial vehicle regulations data will be included in border crossing warnings when available. If set to false, the commercial vehicle regulations field will be stripped from warnings even if the data is available in the map. By default, this is set to false. This is useful for commercial vehicles that need CVR information - they should explicitly enable it.

  • Constructor Details

    • BorderCrossingWarningOptions

      public BorderCrossingWarningOptions()

      Creates a new instance.

  • Method Details