Review

data class Review(val text: String, val date: Date?)

User review about the POI.

Parameters

text

Content of the review.

date

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

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun Review(text: String, date: Date?)

Properties

Link copied to clipboard
val date: Date?
Link copied to clipboard
val text: String