Hi, Great news on the inclusion of the Styled Maps. I have a question regarding how to implement it. Is the styled maps method addMapType() applied to the map object?
private var map:Map = new Map(); addChild(map); /** set various map options and apply to map object code not included */ map.setInitOptions(myMapOptions); /** set map style code not included */ map.addMapType(myStyledMapType); I hope that I have included enough to highlight the order in what I am trying doing. Kind regards, Craig. On Oct 18, 10:35 pm, iki_xx <[email protected]> wrote: > A simple example for a styled map would be great. > Thanks. > > On Oct 15, 6:12 am, "Chris Broadfoot (Google Employee)" > > <[email protected]> wrote: > > Hi everyone - > > > We're excited to release a new version of Google Maps API for Flash. > > v1.20 adds the the ability to style maps. > > > Download the latest version of the SDK from > > here:http://code.google.com/apis/maps/documentation/flash/ > > > And read the documentation on styling > > maps:http://code.google.com/apis/maps/documentation/flash/maptypes.html#St... > > > I look forward to seeing your creations! > > > Cheers > > Chris -- 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.
