GetPlaceRequest

Types

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

Properties

Link copied to clipboard

The name of the place index resource that 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

The identifier of the place to find.

Functions

Link copied to clipboard
inline fun copy(block: GetPlaceRequest.Builder.() -> Unit = {}): GetPlaceRequest
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