Package | Description |
---|---|
com.here.android.mpa.search |
The search package provides classes for performing places and geocoder searches.
|
Modifier and Type | Method and Description |
---|---|
Category |
PlaceLink.getCategory()
Gets the
Category for the Place . |
Category |
Category.getParent()
Gets the parent
Category for the Category . |
static Category |
Category.globalCategory(Category.Global type)
Return the localized Global category for Places search.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Category> |
Place.getCategories()
Gets the list of
Category objects assigned to the Place . |
java.util.List<Category> |
Category.getSubCategories()
Gets the list of subcategories for the
Category . |
static java.util.List<Category> |
Category.globalCategories()
Return the localized Global categories for Places search.
|
Modifier and Type | Method and Description |
---|---|
CategoryFilter |
CategoryFilter.add(Category filter)
Adds a
Category (retrieved from the results of a previous request) to the
CategoryFilter . |