InstructionStackView

public struct InstructionStackView : View

A view that displays a stack of instructions, including maneuvers, road signs, and route progress.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • The content and behavior of the view.

    Declaration

    Swift

    public var body: some View { get }
  • A model representing the state of the InstructionStackView.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public struct Model