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

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

public class PlaceResultAspect
extends JavaScriptObject


Constructor Summary
protected PlaceResultAspect()
           
 
Method Summary
 int getRating()
          The user's rating for this particular aspect, from 0 to 3.
 String getType()
          The name of the aspect that is being rated.
 
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

PlaceResultAspect

protected PlaceResultAspect()
Method Detail

getRating

public final int getRating()
The user's rating for this particular aspect, from 0 to 3.


getType

public final String getType()
The name of the aspect that is being rated. eg. atmosphere, service, food, overall, etc.



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