i am learning google maps. reading the docs and such. a moment ago, it
was working now its not.

http://yfrog.com/1693200994557pmp

even the marker/overlay works the thing is i get a blank map.

google.load("jquery", "1.3.2");
google.load("maps", "2");
google.setOnLoadCallback(function() {
    var map = new google.maps.Map2(document.getElementById("map"));
    map.setCenter(new google.maps.LatLng(103.8, 1.37), 13);
    map.setUIToDefault();
    map.addOverlay(new google.maps.Marker(new google.maps.LatLng
(103.8, 1.37)));
});

i also noticed i cant use jquery to select the map?

var map = new google.maps.Map2($("#map"));

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to