com.google.gwt.maps.client.placeslib
Class PlaceRequestReview

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.placeslib.PlaceRequestReview

public class PlaceRequestReview
extends JavaScriptObject


Constructor Summary
protected PlaceRequestReview()
           
 
Method Summary
 JsArray<PlaceResultAspect> getAspects()
          Contains an array of PlaceAspectRating objects, each of which provides a rating of a single attribute of the establishment.
 String getAuthorName()
          The name of the user who submitted the review.
 String getAuthorUrl()
          The URL to the users Google+ profile, if available.
 String getText()
          Contains the user's review.
 int getTime()
          The time that the review was submitted, measured in the number of seconds since since midnight, January 1, 1970 UTC.
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlaceRequestReview

protected PlaceRequestReview()
Method Detail

getAspects

public final JsArray<PlaceResultAspect> getAspects()
Contains an array of PlaceAspectRating objects, each of which provides a rating of a single attribute of the establishment. The first object in the array is considered the primary aspect. Each PlaceAspectRating is defined as:


getAuthorName

public final String getAuthorName()
The name of the user who submitted the review. Anonymous reviews are attributed to "A Google user". If a language parameter was set, then the phrase "A Google user" will return a localized string.


getAuthorUrl

public final String getAuthorUrl()
The URL to the users Google+ profile, if available.


getText

public final String getText()
Contains the user's review. When reviewing a location with Google Places, text reviews are considered optional; therefore, this field may by empty.


getTime

public final int getTime()
The time that the review was submitted, measured in the number of seconds since since midnight, January 1, 1970 UTC.



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.