PoiCategoriesSearchResponse

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

Response of the POI Categories Search API.

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

Parameters

categories

List of the available categories.

Constructors

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

Properties

Link copied to clipboard
val categories: List<Category>