PoiCategoryOptions
data class PoiCategoryOptions(val categories: Set<CategoryId> = emptySet(), val locale: Locale = Locale.getDefault())
Contains the parameters to use in a (POI) category detail fetch.
Contains the parameters to use in a (POI) category detail fetch.