You could of course use fromLatLngToViewport() to convert the
coordinates on the map to a point object. Draw your circles by using
actionscript on a seperate empty UIComponent or Sprite directly above
the map and use the point object to place the circles correctly.

On 12 nov, 21:47, BigDummy <[email protected]> wrote:
> I am writing an app that puts concentric circles of different colors on
> a map. I would like to blend the colors between the circles to create a
> smoother look. I tried doing simply by setting the strokestyle color to
> something half way between the two polygon colors. However, since I am
> dealing with multiple concentric circles (essentially rings), it would
> work on one edge of the ring, say the outer edge between this ring the
> the next larger ring, but would then clash on the inner edge between
> the next smaller ring.
>
> Is there anyway to use a different strokestyle on the inside of a
> polygon than on the outside? Or is there a way to set the strokestyle
> for each polyline in a polygon?
>
> Or rather, does anyone know a better way to blend the edges between to
> polygons?
>
> Thanks for the help.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" 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-for-flash?hl=en.

Reply via email to