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
nil
the global style is used.Declaration
Swift
public var titleLabel: TextStyle?
-
Text Style, defining the subtitle (address) label appearance. If
nil
the global style is used.Declaration
Swift
public var subTitleLabel: TextStyle?
-
Defining the appearance of the distance label. If
nil
the global style is used.Declaration
Swift
public var distanceLabelStyle: TextStyle?