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

Review

@Beta(2020, 12) data class Review

User reviews about the POI.

Parameters

text - Content of the review.

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

Constructors

<init>

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

User reviews about the POI.

Properties

date

val date: DateTime?

Date of the review, format ISO_8601 YYYY-MM-DD.

text

val text: String?

Content of the review.