Related API Reference::
http://code.google.com/apis/maps/documentation/javascript/reference.html#Circle
Working example:
testCircle = new google.maps.Circle({
center: cTest,
map: myMap,
radius: rad, //km
fillColor: "#3333FF",
fillOpacity: 0.3,
strokeColor: "#3333FF",
strokeOpacity: 0.5
});
On May 9, 10:59 am, rinogo <[email protected]> wrote:
> Hello, everyone!
>
> I've been trying to figure out how to change the opacity of the shapes
> overlay (e.g. circles, squares, polygons, and polylines that can be
> drawn on a map). I've had no success thus far. Can someone with more
> experience shed some light on how this might be accomplished?
>
> Thanks so much! :)
> -Rich
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.