ManeuverNotificationDetails
public struct ManeuverNotificationDetails : Hashable
This class provides the information regarding the next maneuver to be triggered
-
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”.
Declaration
Swift
public var maneuver: Maneuver -
Indicates the type of the current maneuver notification.
Declaration
Swift
public var maneuverNotificationType: ManeuverNotificationType -
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.
Declaration
Swift
public var isCombinedManeuverText: Bool -
Creates a new instance.
Declaration
Swift
public init(maneuver: Maneuver, maneuverNotificationType: ManeuverNotificationType, isCombinedManeuverText: Bool = false)