Using the standard JSAPI, I don't believe you can do this without first calling .execute() and then .gotoPage(), which may be problematic the way you've described your app. You could write a custom JS wrapper for the RESTful API that would support what you're trying to do. The one challenge with that would be figuring out if there is, in fact, a second page of results.
Jeremy R. Geerdes Generally Cool Guy Des Moines, IA For more information or a project quote: [email protected] If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On Dec 8, 2011, at 10:20 AM, ThisLooksPrettyCool wrote: > Specifically, want to load the search normally on page load (this > works fine). After a user performs an action, I want to capture the > page the user is looking at (which I can do), perform an off-map > action (which I can do), rerun the search (which I can do) and land > the user on the same page (which I cannot do), and then reload the map > (which is automatic when the search reruns. > > I know that I need to use gotoPage(), but I can't find anywhere to put > it in my function that works. > > -- > You received this message because you are subscribed to the Google > Groups "Google AJAX APIs" group. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > To view this message on the web, visit > http://groups.google.com/group/google-ajax-search-api?hl=en_US > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] To view this message on the web, visit http://groups.google.com/group/google-ajax-search-api?hl=en_US For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en
