Hello,

I am new to the google maps api.
I would like to draw circles on a map. (for 'marking' seismic
activity).

I saw a few  java script functions, played with a few of them but
couldn't get them to work.

The maps I use are simple, like the example that is shown when you
'sign up' for the google maps api.

e.g:

function load() {
   if (GBrowserIsCompatible()) {
      var map = new GMap2(document.getElementById(\"map\"));
     map.setMapType(G_HYBRID_MAP);
     map.setCenter(new GLatLng('lat', 'long'), 3);
     }
}

is there a  simple example that shows how to do this ?
(I basically am looking for a drawCircle function/method that I can
use to draw a circle or ring)

thanks,

Ron



--~--~---------~--~----~------------~-------~--~----~
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