CartoType Android API 7.8.2, 2022-03-25
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 iBuilding
 
String iFeature
 
String iStreet
 
String iSubLocality
 
String iLocality
 
String iIsland
 
String iSubAdminArea
 
String iAdminArea
 
String iCountry
 
String iPostCode
 

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

◆ iAdminArea

String com.cartotype.Address.iAdminArea

The administrative area: state, province, etc.

◆ iBuilding

String com.cartotype.Address.iBuilding

The name or number of the building.

◆ iCountry

String com.cartotype.Address.iCountry

The country.

◆ iFeature

String com.cartotype.Address.iFeature

The name of a feature or place of interest.

◆ iIsland

String com.cartotype.Address.iIsland

The island.

◆ iLocality

String com.cartotype.Address.iLocality

The village, town or city.

◆ iPostCode

String com.cartotype.Address.iPostCode

The postal code.

◆ iStreet

String com.cartotype.Address.iStreet

The street, road or other highway.

◆ iSubAdminArea

String com.cartotype.Address.iSubAdminArea

The subsidiary administrative area: district, parish, etc.

◆ iSubLocality

String com.cartotype.Address.iSubLocality

The suburb or neighborhood.


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