Package | Description |
---|---|
com.here.android.mpa.search |
The search package provides classes for performing places and geocoder searches.
|
Modifier and Type | Method and Description |
---|---|
GeocodeRequest2 |
GeocodeRequest2.setCollectionSize(int value)
Sets a collection size to be used for request responses.
|
GeocodeRequest2 |
GeocodeRequest2.setMapViewport(GeoBoundingBox mapViewport)
The map viewport is a bounding box of the map area currently visible to the user.
|
GeocodeRequest2 |
GeocodeRequest2.setSearchArea(GeoBoundingBox boundingArea)
Sets the search area using a
GeoBoundingBox . |
GeocodeRequest2 |
GeocodeRequest2.setSearchArea(GeoCoordinate center,
int radius)
Sets the search area using a center location and radius.
|