FormatStyle

abstract class FormatStyle

Describes how detailed should be formatted address in string representation.

Constructors

FormatStyle
Link copied to clipboard
fun FormatStyle()

Types

Custom
Link copied to clipboard
class Custom(components: List<SearchAddress.FormatComponent>) : SearchAddress.FormatStyle
Custom variant of formatting.
Full
Link copied to clipboard
object Full : SearchAddress.FormatStyle
Full variant of address formatting.
Long
Link copied to clipboard
object Long : SearchAddress.FormatStyle
Variant of formatting, that includes most of address components.
Medium
Link copied to clipboard
object Medium : SearchAddress.FormatStyle
A bit longer variant of formatting, than FormatStyle.Short.
Short
Link copied to clipboard
object Short : SearchAddress.FormatStyle
Short variant of formatting.

Inheritors

SearchAddress.FormatStyle
Link copied to clipboard
SearchAddress.FormatStyle
Link copied to clipboard
SearchAddress.FormatStyle
Link copied to clipboard
SearchAddress.FormatStyle
Link copied to clipboard
SearchAddress.FormatStyle
Link copied to clipboard