public abstract class AutoSuggest
extends java.lang.Object
The following specialized types might be available:
AutoSuggestPlace
AutoSuggestSearch
AutoSuggestQuery
Modifier and Type | Class and Description |
---|---|
static class |
AutoSuggest.Type
Represents values describing supported
AutoSuggest types for a text suggestion. |
Modifier and Type | Field and Description |
---|---|
protected com.here.android.mpa.internal.AutoSuggestImpl |
m_pimpl |
Modifier | Constructor and Description |
---|---|
protected |
AutoSuggest(com.here.android.mpa.internal.AutoSuggestImpl impl) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getHighlightedTitle()
Gets the display title for this place, with HTML markup highlighting the parts of the string
that were matched.
|
java.lang.String |
getTitle()
Gets the display title for this place.
|
AutoSuggest.Type |
getType()
Gets the specialized AutoSuggest type.
|
java.lang.String |
getUrl()
Gets the
String representation of the URI that refers to the resource with details
for the suggested place, URI to the suggested search or URI to the suggested completion of
query term, depending on the AutoSuggest type. |
int |
hashCode() |
protected com.here.android.mpa.internal.AutoSuggestImpl m_pimpl
protected AutoSuggest(com.here.android.mpa.internal.AutoSuggestImpl impl)
impl
- The impl object to be constructed of.public AutoSuggest.Type getType()
public final java.lang.String getTitle()
public final java.lang.String getHighlightedTitle()
public final java.lang.String getUrl()
String
representation of the URI that refers to the resource with details
for the suggested place, URI to the suggested search or URI to the suggested completion of
query term, depending on the AutoSuggest type.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object