> I want to be able to split the results into sets then that way I can
> have 10 per page over X number of pages.

You could add a bit more functionality to your client and server code.
You might add some data to your server output (XML,JSON?) to indicate
the current "chunk".
The client code can look at that to display (or not) something like
"next" / "previous" buttons.  And modify the search request sent to
the server with something like a '&page=' argument.
Your server code can read that to determine where in the list to start
returning the search results to the client.   Deciding what order to
list etc. and how many to have in a page, is then all under the
control of your server code.

--

You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.


Reply via email to