SearchVisualizationResponse

class SearchVisualizationResponse(val displayedPois: List<PoiLocation>)

Response from the SearchVisualization.displayPois.

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

Constructors

Link copied to clipboard
constructor(displayedPois: List<PoiLocation>)

Properties

Link copied to clipboard

The POIs that were displayed.