Jon -- It looks like the imageId is used for linking to the thumbnail. The base URL for these is http://images.google.com/images?q=tbn: then just append your imageId and you get the thumbnail. In your case it would be: http://images.google.com/images?q=tbn:1yp5F745PDEtNM
I don't think the imageId is used in any other way. -Ben On Mon, Oct 20, 2008 at 3:23 PM, Jon Drukman <[EMAIL PROTECTED]> wrote: > > In the GimageSearch class there is an item called imageId. Is there a > way to use that as a key to get that image data from Google? > > The idea would be a user would do a search, and we would save that > imageId for use later. It would be easier to pass that around vs the > entire result of the image search. > > "GsearchResultClass": "GimageSearch", > "width": "280", > "height": "280", > "imageId": "1yp5F745PDEtNM", > "tbWidth": "114", > "tbHeight": "114", > > > > > --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/Google-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
