LowSpeedZoneWarning (API Reference)
Package com.here.sdk.navigation
Class LowSpeedZoneWarning
java.lang.Object
com.here.sdk.navigation.LowSpeedZoneWarning
A class that provides low speed zone. The main field describing the low speed zone is LowSpeedZoneWarning.speed_limit_in_meters_per_second
specifying the speed limit of the low speed zone.
Use LowSpeedZoneWarningListener to get notifications about upcoming low speed zones.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleDistance to the low speed warning in meters.The distance type for the warning, e.g.The reference to the segment where the low speed zone is located.doubleSpeed limit of the low speed zone. -
Constructor Summary
ConstructorsConstructorDescriptionLowSpeedZoneWarning(double distanceToLowSpeedZoneInMeters, double speedLimitInMetersPerSecond, DistanceType distanceType, SegmentReference segmentReference) Creates a new instance. -
Method Summary
-
Field Details
-
distanceToLowSpeedZoneInMeters
public double distanceToLowSpeedZoneInMetersDistance to the low speed warning in meters.
-
speedLimitInMetersPerSecond
public double speedLimitInMetersPerSecondSpeed limit of the low speed zone.
-
distanceType
The distance type for the warning, e.g. a warning for a new low speed zone ahead or a warning for passing a low speed zone.
-
segmentReference
The reference to the segment where the low speed zone is located. It can be used to identify the location.
-
-
Constructor Details
-
Method Details