google.loader.ClientLocation is automatically populated just by calling the jsapi loader. In other words, you shouldn't have to load any other modules at all to get it to work.
That said, if Google is unable to geocode your IP address, ClientLocation will be null. So if it's not populating, that doesn't mean that you need to load another module; just that Google couldn't figure out where you are. Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com http://jgeerdes.blogspot.com http://jgeerdes.wordpress.com [email protected] Unless otherwise noted, any price quotes contained within this communication are given in US dollars. If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! And check out my blog, Adventures in Web Development, at http://jgeerdes.blogspot.com ! On Mar 28, 2009, at 9:43 AM, Alexander Fritze wrote: > > Hi, > > Is there a way to invoke google.load() to get > google.loader.ClientLocation populated without loading another module > ("maps", "search", "feeds", or whatever) at the same time? > > Thanks, > Alex > > --- > Oni - Structured Concurrency in JavaScript > http://www.croczilla.com/oni > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
