SearchPlaceIndexForSuggestionsRequest

Types

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

Properties

Link copied to clipboard

An optional parameter that indicates a preference for place suggestions that are closer to a specified position.

Link copied to clipboard

An optional parameter that limits the search results by returning only suggestions within a specified bounding box.

Link copied to clipboard

A list of one or more Amazon Location categories to filter the returned places. If you include more than one category, the results will include results that match any of the categories listed.

Link copied to clipboard

An optional parameter that limits the search results by returning only suggestions within the provided list of countries.

Link copied to clipboard

The name of the place index resource you want to use for the search.

Link copied to clipboard
val key: String?

The optional API key to authorize the request.

Link copied to clipboard

The preferred language used to return results. The value must be a valid BCP 47 language tag, for example, en for English.

Link copied to clipboard

An optional parameter. The maximum number of results returned per request.

Link copied to clipboard

The free-form partial text to use to generate place suggestions. For example, eiffel tow.

Functions

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