Package | Description |
---|---|
com.here.android.mpa.search |
The search package provides classes for performing places and geocoder searches.
|
Modifier and Type | Class and Description |
---|---|
class |
ExploreRequest
Creates a
ExploreRequest using a specified location context and category filter. |
class |
HereRequest
The
HereRequest answers the questions "Where am I?" and
"What's right here where I am standing?" The search results consist of a list of places with
addresses that lie within the vicinity of the search location. |
class |
SearchRequest
The
SearchRequest processes text string queries based on the user's input to find
specific places. |
Modifier and Type | Method and Description |
---|---|
DiscoveryRequest |
DiscoveryRequest.addBuildingFilter(java.lang.String buildingId) |
DiscoveryRequest |
DiscoveryRequest.addReference(java.lang.String name)
This function adds the name of a requested reference identifiers to be returned in the
results.
|
DiscoveryRequest |
DiscoveryResultPage.getNextPageRequest()
Gets the
DiscoveryRequest for requesting the next page of the
DiscoveryResultPage . |
DiscoveryRequest |
DiscoveryResultPage.getPreviousPageRequest()
Gets the
DiscoveryRequest for requesting the previous page of the
DiscoveryResultPage . |
DiscoveryRequest |
DiscoveryLink.getRequest()
Gets the
DiscoveryRequest to perform the next discovery search. |
DiscoveryRequest |
AutoSuggestSearch.getSuggestedSearchRequest()
Gets the request to perform a suggested search.
|
protected DiscoveryRequest |
DiscoveryRequest.setCategoryFilter(CategoryFilter filter) |
DiscoveryRequest |
DiscoveryRequest.setCollectionSize(int value)
Sets a collection size to be used for request responses.
|
DiscoveryRequest |
DiscoveryRequest.setMapViewport(GeoBoundingBox mapViewport)
The map viewport is a bounding box of the map area currently visible to the user.
|
DiscoveryRequest |
DiscoveryRequest.setRichTextFormatting(RichTextFormatting value)
Sets a
RichTextFormatting to be used in request responses. |
protected DiscoveryRequest |
DiscoveryRequest.setSearchArea(GeoBoundingBox area) |
protected DiscoveryRequest |
DiscoveryRequest.setSearchArea(GeoCoordinate coordinate,
int radius) |
protected DiscoveryRequest |
DiscoveryRequest.setSearchCenter(GeoCoordinate coordinate) |