Package-level declarations

Types

Link copied to clipboard

Callback that reports when a PoiCategoryResponse or SearchError is received.

Link copied to clipboard
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.

Link copied to clipboard
data class PoiCategoryResponse(val categories: Set<Category>)

Response of the poiCategories API.