Hi!

I'd like to change the MarkerOptions of an existing Marker by adding a
strokeStyle. On creation these options are defined for the marker:


var marker:Marker = new Marker(new LatLng(0,0), new MarkerOptions
({draggable: true,  label: id.toString(), labelFormat: {size: 0} }));

On the dragend event I'd like to keep these options and just add a
strokeStyle. How can I get this done?

Thanks,
cyrt
--~--~---------~--~----~------------~-------~--~----~
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