Just to be complete: if you want more "ohter_parameters" like
"language" you can add them like you would on a call to an url:
google.load('maps', '3', {other_params:'sensor=false&language=nl'});On 4 jul, 12:51, Jeremy Geerdes <[email protected]> wrote: > Yeah, this is a tricky one. It's not noted in the documentation anywhere that > I've seen except one place on the issue tracker. So here's the solution: > > google.load('maps', '3', {other_params:'sensor=[true|false]'}); > > Of course, you need to pick whether you want true or false in the sensor > param, but that's it. There is a major documentation update coming very soon, > and I'm hoping that it will be included in there. > > Jeremy R. Geerdes > Effective website design & development > Des Moines, IA > > For more information or a project quote:http://jgeerdes.home.mchsi.com > [email protected] > > If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan > Church! > > On Jul 4, 2010, at 12:48 AM, Don Park wrote: > > > > > i think the jsapi approach to loading javascript is a great idea but > > its not working for google maps v3. > > > <script type="text/javascript" src="http://www.google.com/jsapi"></ > > script> > > <script type="text/javascript"> > > google.load("jquery", "1.4"); > > google.load("maps", "3"); > > </script> > > > it complains that the 'sensor' value needs to be specified but im not > > sure where to specify it. ive tried various incantations of > > google.load with no success. help! > > > thanks, > > Don > > > -- > > 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 > > athttp://groups.google.com/group/google-ajax-search-api?hl=en.- Tekst uit > > oorspronkelijk bericht niet weergeven - > > - Tekst uit oorspronkelijk bericht weergeven - -- 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.
