Radar Address
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)
Content copied to clipboard
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)
Content copied to clipboard
Types
RadarAddressConfidence
Link copied to clipboard
Functions
toJson
Link copied to clipboard
Properties
addressLabel
Link copied to clipboard
confidence
Link copied to clipboard
coordinate
Link copied to clipboard
countryCode
Link copied to clipboard
countryFlag
Link copied to clipboard
formattedAddress
Link copied to clipboard
neighborhood
Link copied to clipboard
placeLabel
Link copied to clipboard
postalCode
Link copied to clipboard