Package | Description |
---|---|
com.here.android.mpa.search |
The search package provides classes for performing places and geocoder searches.
|
Modifier and Type | Method and Description |
---|---|
static Category.Global |
Category.Global.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Category.Global[] |
Category.Global.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CategoryFilter |
CategoryFilter.add(Category.Global filter)
Adds a
Category.Global to the CategoryFilter . |
static Category |
Category.globalCategory(Category.Global type)
Return the localized Global category for Places search.
|