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.
See moreImportant
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.
See moreImportant
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.
See moreImportant
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.
See moreImportant
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.
See moreImportant
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.
See moreImportant
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.
See moreImportant
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.
See moreImportant
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.
See moreImportant
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.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct AssetImage : Equatable
-
Fontable entity.
See moreImportant
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.
See moreImportant
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.
See moreImportant
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.
See moreImportant
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
TomTom SDK for iOS (0.66.0)
TomTomSDKCommonUI