Class SchoolZoneWarningOptions

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

public final class SchoolZoneWarningOptions extends Object

School zone warning options. Set the options for configuring of school zone notifications.

  • Field Details

    • filterOutInactiveTimeDependentWarnings

      public boolean filterOutInactiveTimeDependentWarnings

      If set to true, all the school zone notifications which have a time restrictions that does not apply for the current time will not be given. If the value is false, all school zone notifications will be given regardless of the time restrictions that they might have.

    • warningDistanceInMeters

      public int warningDistanceInMeters

      The warning notification distance in meters applicable for school warning regardless of the timing profile. Defaults to 100 meters.

  • Constructor Details

    • SchoolZoneWarningOptions

      public SchoolZoneWarningOptions()

      Creates a new instance.

  • Method Details