I have done up an implementation for flash, I tried to keep it as close to the JavaScript implementation as possible
http://code.google.com/p/flash-styled-maps/ This should satisfy until the team gets around to doing an internal implementation. Here is an example: var styleMap:MapTypeStyle = new MapTypeStyle({featureType: MapTypeStyleFeatureType.road, elementType: MapTypeStyleElementType.geometry}); styleMap.addStyler(new MapTypeStyler({hue: "#FF0000"})); var smtype:MapType = new StyledMapType([styleMap]); map.addMapType(smtype); Jonathan ScribbleMaps.com On May 21, 12:11 pm, Carol Rozendo <[email protected]> wrote: > I was thrilled to read the new feature announced in the Google Geo > Developers Blog: > Add a touch of style to your > maps<http://googlegeodevelopers.blogspot.com/2010/05/add-touch-of-style-to...> > > Any chance we're gonna have this usable in Flash anytime soon? > If not, I would be grateful to receive some advice on the simplest way to > achieve a similar effect > (I only need to change map colors to match my project's layout) > > Thanks, > Carol X. > > -- > 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 > athttp://groups.google.com/group/google-maps-api-for-flash?hl=en. -- 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.
