Package-level declarations

Types

Link copied to clipboard

Callback that reports when a PoiCategoryResponse or SearchFailure is received.

Link copied to clipboard
data class PoiCategoryOptions(val categories: Set<CategoryId> = emptySet(), val locale: Locale = Locale.getDefault())

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

Link copied to clipboard
data class PoiCategoryResponse(val poiCategories: Set<PoiCategory>)

Response of the poiCategories API.