Package com.here.sdk.warner
Class WarningUpdate
java.lang.Object
com.here.sdk.warner.WarningUpdate
Provides the warning identifier and its information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe distance to the end of the warning, expressed in meters.The distance to the warning, expressed in meters.The identification information of the warning.The current status of the warning relative to the vehicle's position. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
warning
The identification information of the warning.
-
warningStatus
The current status of the warning relative to the vehicle's position.
-
distanceTillStartInMeters
The distance to the warning, expressed in meters.
nullifWarningStatusisWarningStatus.INSIDEorWarningStatus.PASSED. -
distanceTillEndInMeters
The distance to the end of the warning, expressed in meters. It is the same value as
distanceTillStartInMeterswhen the warning refers to a single location on the map.nullif the end of the warning is yet to be processed in the upcoming segments.
-
-
Constructor Details
-
WarningUpdate
public WarningUpdate()Creates a new instance.
-