com.google.gwt.maps.client.placeslib
Class PlaceResultAspect
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.placeslib.PlaceResultAspect
public class PlaceResultAspect
- extends JavaScriptObject
|
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. |
PlaceResultAspect
protected PlaceResultAspect()
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.