Custom

fun Custom(vararg components: SearchAddress.FormatComponent)

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

fun Custom(components: List<SearchAddress.FormatComponent>)