Package com.tomtom.sdk.search.client.poicategorydetails

Types

Link copied to clipboard
interface CategoryCallback : Callback<CategoryResponse, SearchError>

Callback that reports when a CategoryResponse or SearchError is received.

Link copied to clipboard
data class CategoryOptions(val categories: Set<TTomCategoryId>, val locale: Locale? = null)

Contains the parameters to use in a (POI) category detail fetch using the provided categories

Link copied to clipboard
data class CategoryResponse(val categories: Set<Category> = emptySet())

Response of the poiCategories API.