PoiDetails

data class PoiDetails(val searchResultId: SearchResultId, val place: Place, val poi: Poi, val boundingBox: GeoBoundingBox? = null)

The details of a Poi of Interest.

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

Constructors

Link copied to clipboard
fun PoiDetails(searchResultId: SearchResultId, place: Place, poi: Poi, boundingBox: GeoBoundingBox? = null)

Properties

Link copied to clipboard

A rectangle into which the shape of the poi is inscribed.

Link copied to clipboard

The place information of the POI.

Link copied to clipboard
val poi: Poi

Information about the POI.

Link copied to clipboard

The ID of the POI.