SearchPlaceIndexForTextRequest

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 places that are closer to a specified position.

Link copied to clipboard

An optional parameter that limits the search results by returning only places that are within the provided 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 places that are in a specified 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 address, name, city, or region to be used in the search in free-form text format. For example, 123 Any Street.

Functions

Link copied to clipboard
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