PoiDetailsOptions

class PoiDetailsOptions(val poiId: PoiId, val locale: Locale = Locale.getDefault())

Contains the parameters to use in a POI details request.

Constructors

Link copied to clipboard
constructor(poiId: PoiId, locale: Locale = Locale.getDefault())

Properties

Link copied to clipboard

The language in which search results should be returned. When it is not provided, the system default locale used.

Link copied to clipboard

The PoiId of the POI for which details are requested.

Functions

Link copied to clipboard
operator fun component1(): PoiId
Link copied to clipboard
operator fun component2(): Locale
Link copied to clipboard
fun copy(poiId: PoiId = this.poiId, locale: Locale = this.locale): PoiDetailsOptions
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