Bhushan Kakulte
unread,Nov 1, 2009, 1:19:46 AM11/1/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Maps JavaScript API v3
// Display the map, with some controls and set the initial location
var map = new GMap2(document.getElementById("map"));
map.addControl(new GLargeMapControl());
map.addControl(new GMapTypeControl());
map.setCenter(new GLatLng(19.974777,73.74188),8);
// Set up three markers with info windows
var point = new GLatLng(19.974777,73.74188);
var marker = createMarker(point,'Bhushan home')
map.addOverlay(marker)
In the above code i am able to mark the point but that point which i
want it to be center is not getting