public static class PlaceDetails.Review
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PlaceDetails.Review.AspectRating |
Modifier and Type | Field and Description |
---|---|
PlaceDetails.Review.AspectRating[] |
aspects
A list of AspectRating objects, each of which provides a rating of a single attribute of the
establishment.
|
java.lang.String |
authorName
The name of the user who submitted the review.
|
java.net.URL |
authorUrl
The URL of the user's Google+ profile, if available.
|
java.lang.String |
language
An IETF language code indicating the language used in the user's review.
|
int |
rating
The user's overall rating for this place.
|
java.lang.String |
text
The user's review.
|
org.joda.time.Instant |
time
The time that the review was submitted.
|
Constructor and Description |
---|
Review() |
public PlaceDetails.Review.AspectRating[] aspects
Note: this is a Premium Data field available to the Google Places API for Work customers.
public java.lang.String authorName
public java.net.URL authorUrl
public java.lang.String language
public int rating
public java.lang.String text
public org.joda.time.Instant time