SearchingResultsCellStyle
public struct SearchingResultsCellStyle : SearchResultsCellStyling
Implements a default style for the Search Results cell
Important
This is a Public Preview API. It may be changed or removed at any time.-
Text Style, defining the title label appearance. If
nilthe global style is used.Declaration
Swift
public var titleLabel: TextStyle? -
Text Style, defining the subtitle (address) label appearance. If
nilthe global style is used.Declaration
Swift
public var subTitleLabel: TextStyle? -
Defining the appearance of the distance label. If
nilthe global style is used.Declaration
Swift
public var distanceLabelStyle: TextStyle?
TomTom SDK for iOS (0.53.1)
SearchingResultsCellStyle