Sunday, March 05, 2006

GoogleMaps !!


Wow. The API Absolutely rocks.


I think we are gonna go head with Google Maps. Just have to stick around in Satellite View so that we can get some detail.

var map = new GMap(document.getElementById("map"));
map.setMapType(G_SATELLITE_TYPE);
var bangalore = new GPoint(-77.585722, 12.916490);
map.centerAndZoom(bangalore, -1);
map.addOverlay(new GMarker(bangalore))

The above script will show you a GMarker Overlay in Satellite Mode on Google Maps of where I stay !!

Neat, and Im now excited like hell :-)


There are some awesome links on the net on Google Maps and how to use the API, Will post some of the ones that I liked here sometime. Till then am dumping all the ones that seem to have some kidna decent info onto my del.icio.us/GoogleMap

0 Comments:

Post a Comment

<< Home