DefaultTags
public struct DefaultTags
Provides predefined tags used in the verbal messages.
Offers a set of standard tags that can be used in conjunction with verbal messages within the SDK. These tags help in identifying and formatting specific parts of the messages, such as street names or road signs.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Represents a street name in verbal messages.
- Example: “Turn left onto
”
Declaration
Swift
public static let streetName: String - Example: “Turn left onto
-
Rrepresents a road number in verbal messages.
- Example: “Continue on
”
Declaration
Swift
public static let roadNumber: String - Example: “Continue on
-
Represents signpost text in verbal messages.
- Example: “Follow signs for
”
Declaration
Swift
public static let signpost: String - Example: “Follow signs for
TomTom SDK for iOS (0.73.0)
DefaultTags