On Jan 14, 9:32 am, Buster <[email protected]> wrote: > Is there a way to display a circle without having the default marker > displayed? > > I've drawn a circle using points with GPolyline : > circle = new GPolygon(circlePoints, '#000000', 0.5, 0.5); > The above is embedded in a loop of points for the cirlce > > map.addOverlay(circle); > > All works well except I do not need the default marker in the circle > center.
You mean something like this: http://www.geocodezip.com/overlappingPolygons.asp > > Thanks in advance, > > Buster --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
