|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.placeslib.TextSearchRequest
public class TextSearchRequest
| Constructor Summary | |
|---|---|
protected |
TextSearchRequest()
|
| Method Summary | |
|---|---|
LatLngBounds |
getBounds()
The bounds within which to search for Places. |
LatLng |
getLocation()
The location around which to search for Places. |
String |
getQuery()
The request's query term. |
double |
getRadius()
The radius of the area used to bias results when searching for Places, in meters. |
static TextSearchRequest |
newInstance()
|
void |
setBounds(LatLngBounds bounds)
The bounds within which to search for Places. |
void |
setLocation(LatLng location)
The location around which to search for Places. |
void |
setQuery(String query)
The request's query term. |
void |
setRadius(double radius)
The radius of the area used to bias results when searching for Places, in meters. |
| 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 |
|---|
protected TextSearchRequest()
| Method Detail |
|---|
public static final TextSearchRequest newInstance()
public final void setBounds(LatLngBounds bounds)
bounds - public final LatLngBounds getBounds()
public final void setLocation(LatLng location)
location - public final LatLng getLocation()
public final void setQuery(String query)
public final String getQuery()
public final void setRadius(double radius)
public final double getRadius()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||