PoiDetails

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

The details of a Poi of Interest.

Constructors

Link copied to clipboard
constructor(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.