SearchAddress
A company's registered address broken into individual components.
- cityType: string
City or town. May be
null. - countryType: string
Country of the address. May be a country name or code as recorded by the source registry; not guaranteed to be a normalised ISO code. May be
null. - latitudeType: number Format: double
Latitude of the address in decimal degrees, obtained by geocoding. May be
nullif the address could not be geocoded. - longitudeType: number Format: double
Longitude of the address in decimal degrees, obtained by geocoding. May be
nullif the address could not be geocoded. - postcodeType: string
Postal or ZIP code. May be
null. - regionType: string
Region, county, state, or province. May be
null. - streetType: string
Line1 First line of the street address (e.g. building number and street). May be
null. - streetType: string
Line2 Second line of the street address (e.g. suite, floor, or locality). May be
null.