open class Address : Serializable
The address retrieved via a Search Request.
Address()
Empty constructor for the Address(streetNumber: String!, street: String!, streetName: String!, municipalitySubdivision: String!, municipality: String!, countrySecondarySubdivision: String!, countryTertiarySubdivision: String!, countrySubdivision: String!, postalCode: String!, countryCode: String!, country: String!, countryCodeISO3: String!, freeformAddress: String!, countrySubdivisionName: String!, speedLimit: String!)
Default constructor for the |
var country: String!
The name of the country. -- GETTER -- |
|
var countryCode: String!
The country code. -- GETTER -- |
|
var countryCodeISO3: String!
The ISO3-standard country code. -- GETTER -- |
|
var countrySecondarySubdivision: String!
The county. -- GETTER -- |
|
var countrySubdivision: String!
The state or province. -- GETTER -- |
|
var countrySubdivisionName: String!
The full name of a first level of country administrative hierarchy. This field only appears in case countrySubdivision is presented in an abbreviated form. Supported only for USA, Canada, and Great Britain. -- GETTER -- |
|
var countryTertiarySubdivision: String!
The named area. -- GETTER -- |
|
var freeformAddress: String!
The freeform address: the full address in a usable form. -- GETTER -- |
|
var municipality: String!
The city/town. -- GETTER -- |
|
var municipalitySubdivision: String!
The sub/super city. -- GETTER -- |
|
var postalCode: String!
The postal code. -- GETTER -- |
|
var speedLimit: String!
The speed limit. -- GETTER -- |
|
var street: String!
The name of the street. -- GETTER -- |
|
var streetName: String!
The street name. -- GETTER -- |
|
var streetNumber: String!
The building's number. -- GETTER -- |