class Custom : FormatStyle
Custom variant of formatting. User decides, which address components will be included to formatted address string.
<init> |
Custom variant of formatting. User decides, which address components will be included to formatted address string. Custom(vararg components: FormatComponent) |
components |
Address components, that will be used for string representation of address. vararg val components: Array<out FormatComponent> |