com.google.gwt.maps.client.placeslib
Class PlaceSearchPagination

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by 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


Constructor Summary
protected PlaceSearchPagination()
           
 
Method Summary
 boolean hasNextPage()
          Indicates if further results are available.
 void nextPage()
          Fetches the next page of results.
 
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

PlaceSearchPagination

protected PlaceSearchPagination()
Method Detail

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.