-
public final class RadarAddressRepresents an address.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumRadarAddress.RadarAddressConfidenceThe confidence levels for geocoding results.
-
Field Summary
Fields Modifier and Type Field Description private final RadarCoordinatecoordinateprivate final StringformattedAddressprivate final Stringcountryprivate final StringcountryCodeprivate final StringcountryFlagprivate final Stringdmaprivate final StringdmaCodeprivate final Stringstateprivate final StringstateCodeprivate final StringpostalCodeprivate final Stringcityprivate final Stringboroughprivate final Stringcountyprivate final Stringneighborhoodprivate final Stringstreetprivate final Stringnumberprivate final StringaddressLabelprivate final StringplaceLabelprivate final Stringunitprivate final Stringplus4private final Integerdistanceprivate final Stringlayerprivate final JSONObjectmetadataprivate final RadarAddress.RadarAddressConfidenceconfidenceprivate final RadarTimeZonetimeZone
-
Constructor Summary
Constructors Constructor Description RadarAddress(RadarCoordinate coordinate, String 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 unit, String plus4, Integer distance, String layer, JSONObject metadata, RadarAddress.RadarAddressConfidence confidence, RadarTimeZone timeZone)
-
Method Summary
Modifier and Type Method Description final RadarCoordinategetCoordinate()The location coordinate of the address. final StringgetFormattedAddress()The formatted representation of the address. final StringgetCountry()The name of the country of the address. final StringgetCountryCode()The unique code of the country of the address. final StringgetCountryFlag()The flag of the country of the address. final StringgetDma()The name of the DMA of the address. final StringgetDmaCode()The unique code of the DMA of the address. final StringgetState()The name of the state of the address. final StringgetStateCode()The unique code of the state of the address. final StringgetPostalCode()The postal code of the address. final StringgetCity()The city of the address. final StringgetBorough()The borough of the address. final StringgetCounty()The county of the address. final StringgetNeighborhood()The neighborhood of the address. final StringgetStreet()The street of the address. final StringgetNumber()The street number of the address. final StringgetAddressLabel()The name of the address. final StringgetPlaceLabel()The place name of the address. final StringgetUnit()The unit of the address final StringgetPlus4()The plus4 of the zip of the address final IntegergetDistance()The distance to the search anchor in meters final StringgetLayer()The layer of the address final JSONObjectgetMetadata()The metadata of the address. final RadarAddress.RadarAddressConfidencegetConfidence()The confidence level of the geocoding result. final RadarTimeZonegetTimeZone()The time zone information of the location. final JSONObjecttoJson()-
-
Constructor Detail
-
RadarAddress
RadarAddress(RadarCoordinate coordinate, String 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 unit, String plus4, Integer distance, String layer, JSONObject metadata, RadarAddress.RadarAddressConfidence confidence, RadarTimeZone timeZone)
-
-
Method Detail
-
getCoordinate
final RadarCoordinate getCoordinate()
The location coordinate of the address.
-
getFormattedAddress
final String getFormattedAddress()
The formatted representation of the address.
-
getCountry
final String getCountry()
The name of the country of the address.
-
getCountryCode
final String getCountryCode()
The unique code of the country of the address.
-
getCountryFlag
final String getCountryFlag()
The flag of the country of the address.
-
getDmaCode
final String getDmaCode()
The unique code of the DMA of the address.
-
getStateCode
final String getStateCode()
The unique code of the state of the address.
-
getPostalCode
final String getPostalCode()
The postal code of the address.
-
getBorough
final String getBorough()
The borough of the address.
-
getNeighborhood
final String getNeighborhood()
The neighborhood of the address.
-
getAddressLabel
final String getAddressLabel()
The name of the address.
-
getPlaceLabel
final String getPlaceLabel()
The place name of the address.
-
getDistance
final Integer getDistance()
The distance to the search anchor in meters
-
getMetadata
final JSONObject getMetadata()
The metadata of the address.
-
getConfidence
final RadarAddress.RadarAddressConfidence getConfidence()
The confidence level of the geocoding result.
-
getTimeZone
final RadarTimeZone getTimeZone()
The time zone information of the location.
-
toJson
final JSONObject toJson()
-
-
-
-