ManeuverNotificationDetails constructor

ManeuverNotificationDetails(
  1. Maneuver maneuver,
  2. ManeuverNotificationType maneuverNotificationType
)

Implementation

ManeuverNotificationDetails(Maneuver maneuver, ManeuverNotificationType maneuverNotificationType)
  : maneuver = maneuver, maneuverNotificationType = maneuverNotificationType, isCombinedManeuverText = false;