TomTomSDKCommonUI
-
The waypoint arrival view.
This view displays the arrival information for a waypoint on a route. It includes details such as the waypoint name, address, and charging stop information.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct WaypointArrivalView : View
-
A shape with rounded corners.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct RoundedCornerShape : Shape
-
A button that displays an image and/or text, and performs an action when tapped.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct ImageTextButton : View
-
A view that displays the estimated time of arrival (ETA) information.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct ETAView : 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.Declaration
Swift
public struct InstructionStackView : 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.Declaration
Swift
public struct ManeuverView : View
-
A view that displays a road number.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct RoadNumberView : View
-
A view that displays a route update message with an icon.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct RouteUpdateView : View
-
A view that is responsible for displaying the navigation stack content and handling user interactions.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct NavigationStackView : View
-
Represents an image asset with a specified name.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct AssetImage : Equatable
-
Fontable entity.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol Fontable
-
Image asset name, with optional flipping and bundle information.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct ImageName : Equatable, Hashable
-
A view that displays the current speed limit and the user’s current speed.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct SpeedLimitView : View
-
A view model that represents the speed limit information.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public final class SpeedLimitViewModel : ObservableObject, Equatable
-
Declaration
Swift
extension View
-
Declaration
Swift
extension UIColor
-
Declaration
Swift
extension Image