PoiDetailsOptions

data class PoiDetailsOptions(val poiId: SearchResultId, val locale: Locale = Locale.US)

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.

Parameters

poiId

The SearchResultId of the POI for which details are requested.

locale

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

Constructors

Link copied to clipboard
fun PoiDetailsOptions(poiId: SearchResultId, locale: Locale = Locale.US)

Properties

Link copied to clipboard
Link copied to clipboard