AddressComponentsInner

data class AddressComponentsInner(val longName: StringOrStringArray? = null, val shortName: StringOrStringArray? = null, val types: List<String>? = null)

The address component object

Parameters

longName
shortName
types

An array indicating the type of the address component.

Constructors

Link copied to clipboard
constructor(longName: StringOrStringArray? = null, shortName: StringOrStringArray? = null, types: List<String>? = null)

Properties

Link copied to clipboard
@SerializedName(value = "long_name")
val longName: StringOrStringArray? = null
Link copied to clipboard
@SerializedName(value = "short_name")
val shortName: StringOrStringArray? = null
Link copied to clipboard
@SerializedName(value = "types")
val types: List<String>? = null