Search Address
class SearchAddress @JvmOverloads() constructor(houseNumber: String?, street: String?, neighborhood: String?, locality: String?, postcode: String?, place: String?, district: String?, region: String?, country: String?) : Parcelable
Content copied to clipboard
Represents address of the search result.
Constructors
SearchAddress
Link copied to clipboard
Types
Builder
Link copied to clipboard
class Builder
Content copied to clipboard
Builder for comfortable creation of SearchAddress instance.
FormatComponent
Link copied to clipboard
class FormatComponent
Content copied to clipboard
FormatStyle
Link copied to clipboard
abstract class FormatStyle
Content copied to clipboard
Functions
copy
Link copied to clipboard
fun copy(houseNumber: String? = this.houseNumber, street: String? = this.street, neighborhood: String? = this.neighborhood, locality: String? = this.locality, postcode: String? = this.postcode, place: String? = this.place, district: String? = this.district, region: String? = this.region, country: String? = this.country): SearchAddress
Content copied to clipboard
Creates new SearchAddress from current instance.
describeContents
Link copied to clipboard
formattedAddress
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
toBuilder
Link copied to clipboard
writeToParcel
Link copied to clipboard