Hi Tom- I'm not sure exactly what visual effect you're going for, but you have several options.
Use label property in MarkerOptions (for just a few characters): http://gmaps-samples-flash.googlecode.com/svn/trunk/demos/MarkerOptionsPlayground/MarkerOptionsPlayground.html Use icon property in MarkerOptions to define custom DisplayObject: http://gmaps-samples-flash.googlecode.com/svn/trunk/demos/CustomShapeIconDemo/CustomShapeIconDemo.html Create a custom overlay to show text (tooltips example): http://gmaps-samples-flash.googlecode.com/svn/trunk/demos/TooltipOverlayDemo/TooltipOverlayDemo.html - pamela On Tue, Oct 14, 2008 at 3:56 AM, tomcattyy <[EMAIL PROTECTED]> wrote: > > Hello everyone, > > I am trying to add a text desc together with marker, I first try to > addChild from the marker but it seemed marker did not allow that. So I > am thinking if I can add text onto overlay with latlng info. Is there > a sample or reference I can refering to? Thanks > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
