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

FormatStyle

sealed class FormatStyle

Describes how detailed should be formatted address in string representation.

Types

Custom

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

class Custom : FormatStyle

Full

Full variant of address formatting. All existing address components included into formatted address.

object Full : FormatStyle

Long

Variant of formatting, that includes most of address components.

object Long : FormatStyle

Medium

A bit longer variant of formatting, than Short.

object Medium : FormatStyle

Short

Short variant of formatting.

object Short : FormatStyle