PoiCategoryResponse

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

Response of the poiCategories API.

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

Parameters

poiCategories

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

Constructors

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

Properties

Link copied to clipboard