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.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.66.0)
InstructionStackView