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