An address.
| @interface | Barcode.Address.AddressType | Address type constants. | |
| int | TYPE_HOME | Home address. |
| int | TYPE_UNKNOWN | Unknown address type. |
| int | TYPE_WORK | Work address. |
| String[] |
getAddressLines()
Gets formatted address, multiple lines when appropriate.
|
| int |
getType()
Gets type of the address.
|
Home address.
Unknown address type.
Work address.
Gets formatted address, multiple lines when appropriate. This field always contains at least one line.
Gets type of the address.
See also
Barcode.Address.AddressType