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 |
AutoSuggestPlace
Represents an
AutoSuggestPlace which contains information about a
suggested Place . |
class |
AutoSuggestQuery
Represents an
AutoSuggest with suggested completion of the given string |
class |
AutoSuggestSearch
Represents an
AutoSuggestSearch which contains information about a
refined search link. |
Modifier and Type | Method and Description |
---|---|
ErrorCode |
TextAutoSuggestionRequest.execute(ResultListener<java.util.List<AutoSuggest>> listener)
Executes an asynchronous request.
|