SchoolZoneWarningOptions (API Reference)
Package com.here.sdk.navigation
Class SchoolZoneWarningOptions
java.lang.Object
com.here.sdk.navigation.SchoolZoneWarningOptions
School zone warning options. Set the options for configuring of school zone notifications.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIf 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.intThe warning notification distance in meters applicable for school warning regardless of the timing profile. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
filterOutInactiveTimeDependentWarnings
public boolean filterOutInactiveTimeDependentWarningsIf 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 warningDistanceInMetersThe 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