On Jan 14, 5:32 pm, 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);

That code doesn't include a marker. It draws a polygon using an array
of points and then adds that polygon to the map.

> All works well except I do not need the default marker in the circle
> center.

There should be another map.addOverlay() line which adds a marker.
Remove that line.

If you can't identify the line, please post a link to your page as
requested in the posting guidelines.

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