|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextSearchRequest | |
|---|---|
| com.google.gwt.maps.client.placeslib | |
| Uses of TextSearchRequest in com.google.gwt.maps.client.placeslib |
|---|
| Methods in com.google.gwt.maps.client.placeslib that return TextSearchRequest | |
|---|---|
static TextSearchRequest |
TextSearchRequest.newInstance()
|
| Methods in com.google.gwt.maps.client.placeslib with parameters of type TextSearchRequest | |
|---|---|
void |
PlacesService.textSearch(TextSearchRequest request,
PlaceTextSearchHandler handler)
Similar to the nearbySearch function, with the following differences: it retrieves a list of Places based on the query attribute in the given request object; bounds or location + radius parameters are optional; and the region, when provided, will not restrict the results to places inside the area, only bias the response towards results near it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||