InstructionStackView
@MainActor
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
@MainActor public var body: some View { get } -
A model representing the state of the
InstructionStackView.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct Model
TomTom SDK for iOS (0.71.1)
InstructionStackView