IndoorManeuverActions

public enum IndoorManeuverActions : UInt32, CaseIterable, Codable

Defines the types of actions for indoor maneuvers.

  • Start the route.

    Declaration

    Swift

    case depart
  • End of the route.

    Declaration

    Swift

    case arrive
  • Make a left U-turn.

    Declaration

    Swift

    case leftUTurn
  • Make a sharp left turn.

    Declaration

    Swift

    case sharpLeftTurn
  • Make a left turn.

    Declaration

    Swift

    case leftTurn
  • Make a slight left turn.

    Declaration

    Swift

    case slightLeftTurn
  • Make a slight right turn.

    Declaration

    Swift

    case slightRightTurn
  • Continue on the current path.

    Declaration

    Swift

    case continueOn
  • Make a right turn.

    Declaration

    Swift

    case rightTurn
  • Make a sharp right turn.

    Declaration

    Swift

    case sharpRightTurn
  • Make a right U-turn.

    Declaration

    Swift

    case rightUTurn
  • Exit to the left.

    Declaration

    Swift

    case leftExit
  • Exit to the right.

    Declaration

    Swift

    case rightExit
  • Change level action (e.g., use stairs, elevator).

    Declaration

    Swift

    case levelChangeAction
  • Enter a space or area.

    Declaration

    Swift

    case enterAction
  • Leave a space or area.

    Declaration

    Swift

    case leaveAction