sdk / com.mapbox.search.result / SearchAddress / FormatStyle / Custom

Custom

class Custom : FormatStyle

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

Constructors

<init>

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

Custom(vararg components: FormatComponent)

Properties

components

Address components, that will be used for string representation of address.

vararg val components: Array<out FormatComponent>