|
CartoType Android API 9.2-11-g041bcfff8
for Java development on Android
|
Public Member Functions | |
| native String | toString (boolean aFull) |
Public Attributes | |
| String | building |
| String | feature |
| String | street |
| String | subLocality |
| String | locality |
| String | island |
| String | subAdminArea |
| String | adminArea |
| String | country |
| String | postCode |
An address for use with the Framework.findAddress. Any fields may be filled in or left empty.
| native String com.cartotype.Address.toString | ( | boolean | aFull | ) |
Gets the address as a string. If aFull is true supplies the administrative divisions (county, state, province, etc.) and country.
| String com.cartotype.Address.adminArea |
The administrative area: state, province, etc.
| String com.cartotype.Address.building |
The name or number of the building.
| String com.cartotype.Address.country |
The country.
| String com.cartotype.Address.feature |
The name of a feature or place of interest.
| String com.cartotype.Address.island |
The island.
| String com.cartotype.Address.locality |
The village, town or city.
| String com.cartotype.Address.postCode |
The postal code.
| String com.cartotype.Address.street |
The street, road or other highway.
| String com.cartotype.Address.subAdminArea |
The subsidiary administrative area: district, parish, etc.
| String com.cartotype.Address.subLocality |
The suburb or neighborhood.