RadarAddress

class RadarAddress(coordinate: RadarCoordinate, formattedAddress: String?, country: String?, countryCode: String?, countryFlag: String?, dma: String?, dmaCode: String?, state: String?, stateCode: String?, postalCode: String?, city: String?, borough: String?, county: String?, neighborhood: String?, street: String?, number: String?, addressLabel: String?, placeLabel: String?, confidence: RadarAddress.RadarAddressConfidence)

Represents an address.

Constructors

RadarAddress
Link copied to clipboard
fun RadarAddress(coordinate: RadarCoordinate, formattedAddress: String?, country: String?, countryCode: String?, countryFlag: String?, dma: String?, dmaCode: String?, state: String?, stateCode: String?, postalCode: String?, city: String?, borough: String?, county: String?, neighborhood: String?, street: String?, number: String?, addressLabel: String?, placeLabel: String?, confidence: RadarAddress.RadarAddressConfidence)

Types

RadarAddressConfidence
Link copied to clipboard
The confidence levels for geocoding results.

Functions

toJson
Link copied to clipboard
fun toJson(): JSONObject

Properties

addressLabel
Link copied to clipboard
val addressLabel: String?
The name of the address.
borough
Link copied to clipboard
val borough: String?
The borough of the address.
city
Link copied to clipboard
val city: String?
The city of the address.
confidence
Link copied to clipboard
val confidence: RadarAddress.RadarAddressConfidence
The confidence level of the geocoding result.
coordinate
Link copied to clipboard
val coordinate: RadarCoordinate
The location coordinate of the address.
country
Link copied to clipboard
val country: String?
The name of the country of the address.
countryCode
Link copied to clipboard
val countryCode: String?
The unique code of the country of the address.
countryFlag
Link copied to clipboard
val countryFlag: String?
The flag of the country of the address.
county
Link copied to clipboard
val county: String?
The county of the address.
dma
Link copied to clipboard
val dma: String?
The name of the DMA of the address.
dmaCode
Link copied to clipboard
val dmaCode: String?
The unique code of the DMA of the address.
formattedAddress
Link copied to clipboard
val formattedAddress: String?
The formatted representation of the address.
neighborhood
Link copied to clipboard
val neighborhood: String?
The neighborhood of the address.
number
Link copied to clipboard
val number: String?
The street number of the address.
placeLabel
Link copied to clipboard
val placeLabel: String?
The place name of the address.
postalCode
Link copied to clipboard
val postalCode: String?
The postal code of the address.
state
Link copied to clipboard
val state: String?
The name of the state of the address.
stateCode
Link copied to clipboard
val stateCode: String?
The unique code of the state of the address.
street
Link copied to clipboard
val street: String?
The street of the address.