Uses of Interface
com.google.gwt.maps.client.placeslib.PlaceTextSearchHandler

Packages that use PlaceTextSearchHandler
com.google.gwt.maps.client.placeslib   
 

Uses of PlaceTextSearchHandler in com.google.gwt.maps.client.placeslib
 

Methods in com.google.gwt.maps.client.placeslib with parameters of type PlaceTextSearchHandler
 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.