google.maps.places.PlaceSearchPagination
interface
An object used to fetch additional pages of Places results.
places
| Methods | |
|---|---|
nextPage |
nextPage()Parameters: None
Return Value: None
Fetches the next page of results. Uses the same callback function that was provided to the first search request. |
| Properties | |
|---|---|
hasNextPage |
Type:
booleanIndicates if further results are available. true when there is an additional results page. |