Package globus.glsearch
Annotation Interface GLSearch.AddressStyle
- Enclosing class:
- GLSearch
Style of address
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
All address informationstatic final int
[Street], [House number]static final int
[City], [Country]static final int
Local + Region
-
Field Details
-
LOCAL
static final int LOCAL[Street], [House number]- See Also:
-
REGION
static final int REGION[City], [Country]- See Also:
-
STREET_REGION
static final int STREET_REGIONLocal + Region- See Also:
-
ALL
static final int ALLAll address information- See Also:
-