PoiCategoryResponse

data class PoiCategoryResponse(val poiCategories: Set<PoiCategory>)

Response of the poiCategories API.

Parameters

poiCategories

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

Constructors

Link copied to clipboard
constructor(poiCategories: Set<PoiCategory>)

Properties

Link copied to clipboard