ManeuverView
public struct ManeuverView : View
A view that displays a maneuver with an icon, distance, and a mute button.
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 data for the ManeuverView
.
This model contains various properties that describe the maneuver, such as distance text, maneuver icon names, next street or intersection, road numbers, and more.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct Model