Hello Pamela, I was hoping you can point me in the right direction...
When I assign a value to the label property of the MarkerOptions
object, the markers don't render correctly. Some of the markers fill
and stroke does not show up. I thought this may be because of the
shadow, but even with it disable, I still have these rendering
problems. This occurs when I have 2 or more markers on the map.
This also happens when I create a custom icon and add a Flex label to
that displayobject.
Any assistance will be greatly appreciated.
My MarkerOptions:
var options:MarkerOptions = new MarkerOptions({
strokeStyle:
{
color: 0xFFFFFF
},
fillStyle:
{
color: 0x000000,
alpha: 0.8
},
labelFormat:
{
bold: true,
color: 0xFFFFFF
},
tooltip: "Lat: " + o.lat + " -- Lng:
" + o.lng,
radius: 15,
hasShadow: false,
clickable: true,
draggable: false,
gravity: 0.25,
distanceScaling: false
});
Thanks,
Vic
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
