Package | Description |
---|---|
com.here.android.mpa.search |
The search package provides classes for performing places and geocoder searches.
|
Modifier and Type | Method and Description |
---|---|
Location |
Place.getLocation()
Gets the physical
Location of the Place . |
Location |
GeocodeResult.getLocation()
The location data of the geocode result.
|
Modifier and Type | Method and Description |
---|---|
ErrorCode |
GeocodeRequest.execute(ResultListener<java.util.List<Location>> listener)
Deprecated.
Executes an asynchronous request.
|