Class ManeuverNotificationDetails

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

public final class ManeuverNotificationDetails extends Object

This class provides the information regarding the next maneuver to be triggered

  • Field Details

    • maneuver

      @NonNull public Maneuver 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

      @NonNull public ManeuverNotificationType maneuverNotificationType

      Indicates the type of the current maneuver notification.

    • isCombinedManeuverText

      public boolean isCombinedManeuverText

      Indicates 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

    • ManeuverNotificationDetails

      public ManeuverNotificationDetails(@NonNull Maneuver maneuver, @NonNull ManeuverNotificationType maneuverNotificationType)

      Creates a new instance.

      Parameters:
      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.

  • Method Details