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 ClassesModifier and TypeClassDescriptionstatic classBuilder for constructing Address instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringAn additional name, if available.final StringThe level 1 (province) address.final StringThe level 2 (city/town) address.final StringThe level 3 (suburb/sublocality) address.final StringThe country string in ISO 3166.final StringThe email address.final StringThe family name.final StringThe given (first) name.final StringThe unique identifier for this address entry.final StringThe full name.final StringThe name of the company, if applicable.final StringThe postal code.final StringThe (multiline) street address.final StringThe 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()Protected constructor for tests only.
-
-
Method Details