open class ReverseGeocoderFullAddress : Serializable
The full address data object retrieved via a reverse geocoding request. Along with the standard address data, it also contains the latitude and longitude information.
ReverseGeocoderFullAddress()
The full address data object retrieved via a reverse geocoding request. Along with the standard address data, it also contains the latitude and longitude information. |
var additionalDataSources: AdditionalDataSources!
Ths is an optional section. It contains information about sources of additional data that can be used with the Additional Data service. -- GETTER -- |
|
var address: Address!
Detailed address of the result. -- GETTER -- |
|
var entityType: String!
This is an optional section. It only is present when the Response contains the geography data. Contains the type of geography. (one of: "County", "CountrySubdivision", "CountrySecondarySubdivision", "CountryTeritarySubdivision", "Municipality", "MunicipalitySubdivision", "Neighborhood", "PostalCodeArea"). -- GETTER -- |
|
var matchType: String!
Deprecated |
|
var roadUse: Array<String!>!
The road use array used for reverse geocoding. -- GETTER -- |