PoiDetailsOptions

data 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.