Hi,
I get a js error when I instantiate a Map object. I am trying to move
from v2 to v3 and code worked perfectly fine with version 2. Below are
snippets of both the codes and highlighted line is where I am getting
the error: Map is not defined

earlier code(v2) which worked fine:

google.load("maps", "2.x")
map = new Map2($("#mapDiv").get(0));

Current code(v3) which gives error:
google.load("maps", "3", {other_params: "sensor=false"});
map = new Map($("#mapDiv").get(0));

Can you please let me know what might be causing this error.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-maps-js-api-v3?hl=en.

Reply via email to