Uses of Class
com.google.gwt.maps.client.placeslib.TextSearchRequest

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.
 



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