You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fwix API
What I'm trying to do is a real-time search of specific types of
places showing on a page that users can page through. From what I've
seen the places api has the ability to pass in page_size and page, but
there is no result count in the results. E.G. How can I setup a
pagination system without knowing how many total results are in the
possible result set? Or how do I know I'm at the last page? Pre-
fetch the next page to see if it's empty or <= to the page_size?