Hi Rich:

Can you send us a link (see Posting Guidelines)?

Here are few tips:

-  Declare global variable to hold current opacity
-  Add listener that will listen for events which trigger opacity
change.

Thanks, Radina

On May 9, 5:33 pm, rinogo <[email protected]> wrote:
> Hi Radina (and everyone else),
>
> Thanks so much for your answer.  I probably should have clarified that
> for what I'm attempting to do, I cannot use the opacity of specific
> shapes.  My shapes have to all have an opacity of 1.0, and I need to
> reduce the opacity of the entire shapes overlay at once.
>
> "Why?," you may ask?  I've explained my approach 
> here:http://groups.google.com/group/google-maps-js-api-v3/browse_thread/th...
>
> Any thoughts?
> -Rich
>
> On May 9, 1:28 pm, Radina <[email protected]> wrote:
>
>
>
> > Related API Reference::
>
> >http://code.google.com/apis/maps/documentation/javascript/reference.h...
>
> > 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- Hide quoted text -
>
> - Show quoted text -

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

Reply via email to