RoutingMode
public struct RoutingMode : Hashable
From TripKitUI:extension TKRegion.RoutingMode: TKUIModePickerItem
Undocumented
-
Undocumented
Declaration
Swift
public let identifier: String
-
Undocumented
Declaration
Swift
public let title: String
-
Undocumented
Declaration
Swift
public var subtitle: String?
-
Undocumented
Declaration
Swift
public var website: URL?
-
Undocumented
Declaration
Swift
public var color: TKColor?
-
Undocumented
Declaration
Swift
public var remoteImageIsTemplate: Bool
-
Undocumented
Declaration
Swift
public var remoteImageIsBranding: Bool
-
Undocumented
Declaration
Swift
public var image: TKImage? { get }
-
Undocumented
Declaration
Swift
public var imageURL: URL? { get }
-
Undocumented
Declaration
Swift
public func image(type: TKStyleModeIconType) -> TKImage?
-
Undocumented
Declaration
Swift
public func imageURL(type: TKStyleModeIconType) -> URL?
-
imageURLIsTemplate
From TripKitUIDeclaration
Swift
public var imageURLIsTemplate: Bool { get }
-
imageTextRepresentation
From TripKitUIDeclaration
Swift
public var imageTextRepresentation: String { get }
-
imageURLIsBranding
From TripKitUIDeclaration
Swift
public var imageURLIsBranding: Bool { get }