Package | Description |
---|---|
com.here.android.mpa.search |
The search package provides classes for performing places and geocoder searches.
|
Modifier and Type | Method and Description |
---|---|
SearchRequest |
SearchRequest.setQueryText(java.lang.String query)
Set the search query text.
|
SearchRequest |
SearchRequest.setSearchArea(GeoCoordinate center,
int radius)
Sets the search area using a center location and radius.
|
SearchRequest |
SearchRequest.setSearchCenter(GeoCoordinate center)
Sets a
GeoCoordinate representing the location context used to search for results
that are appropriate to the query parameter. |