Is it possible to tween the size of a google marker?  i.e. create a
custom circle icon with a size of 3 and tween to a size of 5.

I have tried using TweenLite via the following:
var loc:Point = map.fromLatLngToViewport(marker.getLatLng());
TweenLite.to(marker.foreground, 2, {x:loc.x, y:loc.y, scaleX:scale,
scaleY:scale, ease:Elastic.easeOut});

But I run into problems because the scaling action is based on (I
believe) the wrong registration point which causes the markers to fly
off screen.

I would be more than willing to try something new.  Anything to simply
make the circles "grow" :)

thanks,
Anthony

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