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