SearchResultsCellStyling
public protocol SearchResultsCellStyling
                Defines the Search Results Cell appearance.
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 usedDeclaration
Swift
var titleLabel: TextStyle? { get set } - 
                  
                  
Text Style, defining the subtitle (address) label appearance. If
nilthe global style is usedDeclaration
Swift
var subTitleLabel: TextStyle? { get set } - 
                  
                  
Text Style, defining the distance label appearance. If
nilthe global style is used.Declaration
Swift
var distanceLabelStyle: TextStyle? { get set } 
        
 
          TomTom SDK for iOS (0.51.1)
        
          SearchResultsCellStyling