ManeuverNotificationType

public enum ManeuverNotificationType : UInt32, CaseIterable, Codable

Indicates the type of the maneuver notification.

  • The farthest possible maneuver notification.

    Declaration

    Swift

    case range
  • Reminder about the maneuver.

    Declaration

    Swift

    case reminder
  • Second reminder including the distance to the maneuver.

    Declaration

    Swift

    case distance
  • Last notification before the maneuver indicating the action that should be taken.

    Declaration

    Swift

    case action