Package | Description |
---|---|
com.here.android.mpa.search |
The search package provides classes for performing places and geocoder searches.
|
Modifier and Type | Method and Description |
---|---|
RichTextFormatting |
TextAutoSuggestionRequest.getRichTextFormatting()
Gets the current
RichTextFormatting type being used in request responses. |
RichTextFormatting |
DiscoveryRequest.getRichTextFormatting()
Gets the current
RichTextFormatting type being used in request responses. |
RichTextFormatting |
PlaceRequest.getRichTextFormatting()
Gets the current
RichTextFormatting type being used in request responses. |
static RichTextFormatting |
RichTextFormatting.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RichTextFormatting[] |
RichTextFormatting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TextAutoSuggestionRequest |
TextAutoSuggestionRequest.setRichTextFormatting(RichTextFormatting value)
Sets a
RichTextFormatting to be used in request responses. |
DiscoveryRequest |
DiscoveryRequest.setRichTextFormatting(RichTextFormatting value)
Sets a
RichTextFormatting to be used in request responses. |
PlaceRequest |
PlaceRequest.setRichTextFormatting(RichTextFormatting value)
Sets a
RichTextFormatting to be used in request responses. |