One thing you could do is have invisible polygons for each area. When the poly is clicked, use .setFillStyle to make the poly visible.

To handle two areas you'd need to have something that remembers which large poly is associated with each small poly. Paint the large polys first so that the click gets captured by the small poly. When the user clicks on the small poly highlight it and the large poly associated with it.

--
Mike Williams

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