Hi Vic - Those options work fine for me; I added 3 markers to the map and gave them labels, and they appear as black with white stroke and white labels.
Please provide a simple AS/MXML that demonstrates the issue. By the way, this forum isn't just me - many other developers here might also answer your question. So feel free to address your messages to everyone. :) - pamela On Sat, May 9, 2009 at 6:11 AM, VDiaz <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
