You can also use GGroundOverlay. That is a simple object compared to
GMarker or GPolyline.

Google Latitude draws their circles by overlaying a PNG circle on map.
That is a fast and efficient method to draw a circle. Maybe that is
not the best way if you need mouse events.

If you use GPolygon or GPolygon, the circle is rendered on map by SVG
or VML (in rare case of IE). Both of those graphic languages can also
have a circle (oval) element. Bill Chadwick has an example.
http://www.bdcc.co.uk/Gmaps/BdccGmapBits.htm

and a library for SVG+VML circles:
http://www.bdcc.co.uk/Gmaps/BDCCCircle.js
--~--~---------~--~----~------------~-------~--~----~
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