com.google.gwt.maps.client.placeslib
Class PlaceSearchPagination
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.placeslib.PlaceSearchPagination
public class PlaceSearchPagination
- extends JavaScriptObject
An object used to fetch additional pages of Places results. See PlaceSearchPagination API Doc
|
Method Summary |
boolean |
hasNextPage()
Indicates if further results are available. |
void |
nextPage()
Fetches the next page of results. |
PlaceSearchPagination
protected PlaceSearchPagination()
nextPage
public final void nextPage()
- Fetches the next page of results. Uses the same callback function that was provided to the first search request.
hasNextPage
public final boolean hasNextPage()
- Indicates if further results are available. true when there is an additional results page.
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.