PoiDetailsOptions

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

Contains the parameters to use in a POI details request.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun PoiDetailsOptions(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.