Package | Description |
---|---|
com.here.android.mpa.search |
The search package provides classes for performing places and geocoder searches.
|
Modifier and Type | Method and Description |
---|---|
ExploreRequest |
ExploreRequest.setCategoryFilter(CategoryFilter filter)
Sets a search filter based on categories.
|
ExploreRequest |
ExploreRequest.setSearchArea(GeoBoundingBox boundingArea)
Sets the search area using a
GeoBoundingBox . |
ExploreRequest |
ExploreRequest.setSearchArea(GeoCoordinate center,
int radius)
Sets the search area using a center location and radius.
|
ExploreRequest |
ExploreRequest.setSearchCenter(GeoCoordinate center)
Sets the search center.
|