sdk-search / com.tomtom.online.sdk.search.poi.details / Review

Review

@PublicPreview("2021.06") data class Review : Serializable

User reviews of the POI.

Parameters

text - Content of the review.

date - Date of the review. The format is ISO_8601 YYYY-MM-DD.

Constructors

<init>

Review(text: String?, date: DateTime?)

User reviews of the POI.

Properties

date

val date: DateTime?

Date of the review. The format is ISO_8601 YYYY-MM-DD.

text

val text: String?

Content of the review.