RadarAddress represents an address returned from geocoding operations.
Properties
The location coordinate of the address.
The formatted string representation of the address.
The name of the country of the address.
The unique code of the country of the address.
The flag of the country of the address.
The name of the DMA of the address.
The unique code of the DMA of the address.
The name of the state of the address.
The unique code of the state of the address.
The postal code of the address.
The city of the address.
The borough of the address.
The county of the address.
The neighborhood of the address.
The street number of the address.
The street name of the address.
The label of the address.
The label of the place.
The unit of the address.
The plus4 value for the zip of the address.
The distance to the search anchor in meters.
The layer of the address, e.g. ‘place’, ‘address’, ‘intersection’, ‘street’, ‘state’, etc.
The metadata of the address.
The confidence level of the geocoding result.
The time zone information of the address.
The categories of the address.
Class Methods
addressFromObject
RadarAddress instance from a dictionary object.
Parameters
The dictionary object to parse.
Returns
ARadarAddress instance, or nil if the object could not be parsed.
arrayForAddresses
RadarAddress objects to an array of dictionaries.
Parameters
The array of addresses to convert.