Package org.mozilla.geckoview
Class Autocomplete.Address
Object
org.mozilla.geckoview.Autocomplete.Address
- Enclosing class:
- Autocomplete
Holds address information for a specific entry.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
An additional name, if available.final String
The level 1 (province) address.final String
The level 2 (city/town) address.final String
The level 3 (suburb/sublocality) address.final String
The country string in ISO 3166.final String
The email address.final String
The family name.final String
The given (first) name.final String
The unique identifier for this address entry.final String
The full name.final String
The name of the company, if applicable.final String
The postal code.final String
The (multiline) street address.final String
The telephone number string. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
guid
The unique identifier for this address entry. -
name
The full name. -
givenName
The given (first) name. -
additionalName
An additional name, if available. -
familyName
The family name. -
organization
The name of the company, if applicable. -
streetAddress
The (multiline) street address. -
addressLevel1
The level 1 (province) address. Note: Only use if streetAddress is not provided. -
addressLevel2
The level 2 (city/town) address. Note: Only use if streetAddress is not provided. -
addressLevel3
The level 3 (suburb/sublocality) address. Note: Only use if streetAddress is not provided. -
postalCode
The postal code. -
country
The country string in ISO 3166. -
tel
The telephone number string. -
email
The email address.
-
-
Constructor Details
-
Address
@AnyThread protected Address()
-
-
Method Details