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 |
DiscoveryRequest
Represents an extended
Request used to retrieve a DiscoveryResultPage object by
way of Places search services. |
class |
ExploreRequest
Creates a
ExploreRequest using a specified location context and category filter. |
class |
GeocodeRequest
Deprecated.
As of release 3.6. Use
GeocodeRequest2 instead. |
class |
GeocodeRequest2
GeocodeRequest2 represents an extended Request used to retrieve Location
data by way of Geocoder search services. |
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 |
MediaCollectionPageRequest<T>
|
class |
PlaceRequest
Represents an extended
Request used to retrieve a Place object by way of Places
search services. |
class |
ReverseGeocodeRequest
The
ReverseGeocodeRequest represents an extended Request used to retrieve
Address data by way of Geocoder search services. |
class |
SearchRequest
The
SearchRequest processes text string queries based on the user's input to find
specific places. |
class |
TextAutoSuggestionRequest
Represents an extended
Request used to retrieve a List of search terms by way of
Places search services. |