OK, got the first one. That wasn't so hard. How about the line breaks in a marker?
"Red Rock Canyon" vs "Red Rock Canyon" On Mar 30, 12:43 pm, Cameron Ellis <[email protected]> wrote: > This is my marker code, how do I change the font/color/size etc of the > label? > > var m_RedRockCanyon:Marker = new Marker( > new LatLng(33.056304,-112.76083), > new MarkerOptions({ > > strokeStyle: new StrokeStyle({color: 00000000, alpha: > 0.0}), > fillStyle: new FillStyle({color: 0x223344, alpha: > 0.0}), > label: "Red Rock Canyon", > hasShadow: true > > })) > map.addOverlay(m_RedRockCanyon); > > THANKS!!!!! > > Also, is there any way to split the label into separate lines? > > eg: > > "Red > Rock > Canyon" > > as opposed to "Red Rock Canyon" > > DOUBLE THANKS!!! > > I'm normally not this dumb, but I cannot understand the API reference > for th life of me... -- 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.
