PoiCategoriesSearchResponse

data class PoiCategoriesSearchResponse(val categories: List<PoiCategory>)

Response of the POI Categories Search API.

Parameters

categories

List of the available categories.

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

Constructors

Link copied to clipboard
fun PoiCategoriesSearchResponse(categories: List<PoiCategory>)

Properties

Link copied to clipboard
val categories: List<PoiCategory>