Package | Description |
---|---|
com.here.android.mpa.search |
The search package provides classes for performing places and geocoder searches.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryResult.ResultType |
DiscoveryResult.getResultType()
Gets the
ResultType for the DiscoveryResult . |
static DiscoveryResult.ResultType |
DiscoveryResult.ResultType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryResult.ResultType[] |
DiscoveryResult.ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|