Loading v3 with google.load

247 views
Skip to first unread message

chonny

unread,
Feb 25, 2010, 5:16:26 AM2/25/10
to Google Maps JavaScript API v3
I am trying to load v3 api with google.load("maps", "3",
{'sensor':false});
It trows error : parameter sensor should be true or false

Chad Killingsworth

unread,
Feb 25, 2010, 9:45:10 AM2/25/10
to Google Maps JavaScript API v3
Try using:

google.load("maps", "3", {other_params:"sensor=false"});

And this brings up a good point. Documentation on using the v3 api
with the common loader is really hard to find. Could it be integrated
into the basics page?

Chad Killingsworth

Reply all
Reply to author
Forward
0 new messages