Custom

class Custom(components: List<SearchAddress.FormatComponent>) : SearchAddress.FormatStyle

Custom variant of formatting. User decides, which address components will be included to formatted address string.

Constructors

Custom
Link copied to clipboard
fun Custom(vararg components: SearchAddress.FormatComponent)
Custom variant of formatting.
Custom
Link copied to clipboard
fun Custom(components: List<SearchAddress.FormatComponent>)

Properties

components
Link copied to clipboard
val components: List<SearchAddress.FormatComponent>
Address components, that will be used for string representation of address.