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. |
|
var countryCode: String!
The country code. |
|
var countryCodeISO3: String!
The ISO3-standard country code. |
|
var countrySecondarySubdivision: String!
The county. |
|
var countrySubdivision: String!
The state or province. |
|
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. |
|
var countryTertiarySubdivision: String!
The named area. |
|
var freeformAddress: String!
The freeform address: the full address in a usable form. |
|
var municipality: String!
The city/town. |
|
var municipalitySubdivision: String!
The sub/super city. |
|
var postalCode: String!
The postal code. |
|
var speedLimit: String!
The speed limit. |
|
var street: String!
The name of the street. |
|
var streetName: String!
The street name. |
|
var streetNumber: String!
The building's number. |
open fun getCountry(): String!
Returns the name of the country |
|
open fun getCountryCode(): String!
Returns the country code. |
|
open fun getCountryCodeISO3(): String!
Returns the ISO3-standard country code. |
|
open fun getCountrySecondarySubdivision(): String!
Returns the county. |
|
open fun getCountrySubdivision(): String!
Returns the state or province. |
|
open fun getCountrySubdivisionName(): String!
Returns the full name of a first level of country administrative hierarchy. |
|
open fun getCountryTertiarySubdivision(): String!
Returns the named area. |
|
open fun getFreeformAddress(): String!
Returns the freeform address: the full address in a usable form. |
|
open fun getMunicipality(): String!
Returns the city/town. |
|
open fun getMunicipalitySubdivision(): String!
Returns the sub/super city. |
|
open fun getPostalCode(): String!
Returns the postal code. |
|
open fun getSpeedLimit(): String!
Returns the current speed limit. |
|
open fun getStreet(): String!
Returns the name of the street. |
|
open fun getStreetName(): String!
Returns the street name. |
|
open fun getStreetNumber(): String!
Returns the building's number. |
|
open fun toString(): String |