ManeuverNotificationDetails (API Reference)
Package com.here.sdk.navigation
Class ManeuverNotificationDetails
java.lang.Object
com.here.sdk.navigation.ManeuverNotificationDetails
This class provides the information regarding the next maneuver to be triggered
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIndicates whether the current text notification combines information regarding current and next maneuver, such as, "Now turn right and then turn left onto Invalidenstrasse", or not.Current maneuver data.Indicates the type of the current maneuver notification. -
Constructor Summary
ConstructorsConstructorDescriptionManeuverNotificationDetails(Maneuver maneuver, ManeuverNotificationType maneuverNotificationType) Creates a new instance. -
Method Summary
-
Field Details
-
maneuver
Current maneuver data. In case of a double maneuver e.g. "Now turn right and then turn left", this attribute will contain the maneuver data of the first maneuver of the combined maneuver "Now turn right".
-
maneuverNotificationType
Indicates the type of the current maneuver notification.
-
isCombinedManeuverText
public boolean isCombinedManeuverTextIndicates whether the current text notification combines information regarding current and next maneuver, such as, "Now turn right and then turn left onto Invalidenstrasse", or not.
-
-
Constructor Details
-
Method Details