SuggestResultItem

The resulting item from the suggested query.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes how the parts of the response element matched the input query by returning the sections of the response which matched to input query terms.

Link copied to clipboard

The suggested place by its unique ID.

Link copied to clipboard

The suggested query results.

Link copied to clipboard

The result type. Place results represent the final result for a point of interest, Query results represent a follow up query which can be completed through the SearchText operation.

Link copied to clipboard

The display title that should be used when presenting this option to the end user.

Functions

Link copied to clipboard
inline fun copy(block: SuggestResultItem.Builder.() -> Unit = {}): SuggestResultItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String