PoiDetailsResponse

class PoiDetailsResponse(val poiDetails: PoiDetails)

Response of the poiDetails API.

Constructors

Link copied to clipboard
constructor(poiDetails: PoiDetails)

Properties

Link copied to clipboard

The POI details returned for the given POI id.

Functions

Link copied to clipboard
operator fun component1(): PoiDetails
Link copied to clipboard
fun copy(poiDetails: PoiDetails = this.poiDetails): PoiDetailsResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String