PoiCategoryOptions

data class PoiCategoryOptions(val categories: Set<CategoryId> = emptySet(), val locale: Locale = Locale("en", "US"))

Contains the parameters to use in a (POI) category detail fetch.

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

Parameters

categories

The POI categories for which details are requested. When it is empty, details for all available categories are retrieved.

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 PoiCategoryOptions(categories: Set<CategoryId> = emptySet(), locale: Locale = Locale("en", "US"))

Properties

Link copied to clipboard
Link copied to clipboard