sdk-search / com.tomtom.online.sdk.search.data.poidetails / Review

Review

open class Review : Serializable

Represents user reviews about the POI.

Constructors

<init>

Review()

Represents user reviews about the POI.

Functions

getDate

open fun getDate(): Optional<String!>!

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

getText

open fun getText(): Optional<String!>!

Returns the content of the review.

toString

open fun toString(): String