CartoType Android API 8.8-7-gb35e4dc71
for Java development on Android
Public Member Functions | Public Attributes | List of all members
com.cartotype.Address Class Reference

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
 

Detailed Description

An address for use with the Framework.findAddress. Any fields may be filled in or left empty.

Member Function Documentation

◆ toString()

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.

Member Data Documentation

◆ adminArea

String com.cartotype.Address.adminArea

The administrative area: state, province, etc.

◆ building

String com.cartotype.Address.building

The name or number of the building.

◆ country

String com.cartotype.Address.country

The country.

◆ feature

String com.cartotype.Address.feature

The name of a feature or place of interest.

◆ island

String com.cartotype.Address.island

The island.

◆ locality

String com.cartotype.Address.locality

The village, town or city.

◆ postCode

String com.cartotype.Address.postCode

The postal code.

◆ street

String com.cartotype.Address.street

The street, road or other highway.

◆ subAdminArea

String com.cartotype.Address.subAdminArea

The subsidiary administrative area: district, parish, etc.

◆ subLocality

String com.cartotype.Address.subLocality

The suburb or neighborhood.


The documentation for this class was generated from the following file: