PoiCategoryResponse

data class PoiCategoryResponse(val categories: Set<Category>)

Response of the poiCategories API.

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

Parameters

categories

The POI categories (returned for a set of POI category ids).

Constructors

Link copied to clipboard
fun PoiCategoryResponse(categories: Set<Category>)

Properties

Link copied to clipboard