Hello, I'm having an issue. I'm Currently trying to animate (scale up/
down) custom markers on the 3D Map. I've managed to animate the
markers but the shadows do not seem to animate with them.
Here is the code I'm using:
var mcBubble:BubbleView = new MapBubble();
var objBubbleOptions:MarkerOptions = new MarkerOptions({icon:mcBubble,
hasShadow:true, clickable:false});
var objBubble:Marker = new Marker(new LatLng(numLat, numLong),
objBubbleOptions);
Given that, I'm able to read the shadow using the following:
objBubble.shadow
and wel as its properties:
objBubble.shadow.scaleX
objBubble.shadow.scaleY
objBubble.shadow.alpha
and etc. But I'm not able to modify them, so why are they even given
as a readonly? Is there any way to animate or redraw the shadow?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---