I packaged up the first release of FlexMap over the weekend. The source code is being hosted by Google Code but I'll maintain a page for the project here as well. As soon as Yahoo! releases an updated maps API, this will obviously become defunct, but I wanted to follow through with it anyway. It was an interesting challenge to create a Flex 2 component which exposed much of the same API as the Flex 1.5 version, while doing all of the communication via LocalConnection to a Flash 8 SWF.
I plan on adding some more features so I've dubbed this the 0.4 release (I'm guessing I'm about 40% done). Hopefully this is useful for anyone looking to quickly get started with the maps API in Flex 2.
Project home and documentation:
http://www.timwalling.com/flexmap/
Source code:
http://code.google.com/p/flexmap/
My sample application has been updated and the source code is available along with the component source. Some more things might need to be documented, especially my MapEvent addition but hopefully it's apparent in the sample app.