| java.lang.Object | ||
| ↳ | com.carto.core.Address | |
| ↳ | com.carto.geocoding.GeocodingAddress | |
A geographical address describing country, region, county and other information.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
        GeocodingAddress()
        
         Constructs an empty Address object. 
  
   | |||||||||||
| 
        GeocodingAddress(String country, String region, String county, String locality, String neighbourhood, String street, String postcode, String houseNumber, String name, StringVector categories)
        
         Constructs a new address from the the country, region, county and other attributes. 
  
   | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| synchronized void | delete() | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  com.carto.core.Address
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
Constructs an empty Address object.
Constructs a new address from the the country, region, county and other attributes.
| country | The country name of the address. | 
        
|---|---|
| region | The region name of the address. | 
        
| county | The county name of the address. | 
        
| locality | The locality name of the address. | 
        
| neighbourhood | The neighbourhood name of the address. | 
        
| street | The street name of the address. | 
        
| postcode | The postcode of the address. | 
        
| houseNumber | The house number of the address. | 
        
| name | The name of the address. | 
        
| categories | The category tags describing the address. |