Yahoo! Maps Flex/AS3 API
Flash mapping made easy

Recently, I got involved in a project to create a dynamic mapping application, and found a great little Actionscript 3 API from Yahoo! Maps. Written by Zach Graves, this API allows you to create dynamic Flash based mapping applications, and when coupled with Yahoo! Local search requests, it becomes a sort-of digital concierge for the local area. The Flex app I created marks a specific location on the map via a geocoded address, and then does a Yahoo! Local search for nearby Hotels, Restaurants and Other Points of Interest within a 25 mile radius. I also added a custom search text box (thanks Doug McCune for the prompting textInput in flexlib!) on the legend to find specific business by name. i.e. Best Buy, Wal-Mart . There are still a few more things I am planning to add, but this will give you an idea on how to integrate the Yahoo! Maps API into your next Flex project.
The live app is here.
Souce Code here.
-Christopher C. Keeler
You are not logged in, so your subscription status for this entry is unknown. You can login or register here.
Thanks so much!
God Bless,
Titus
http://www.swfflex.com/flexprojects/yahoomaps/srcview/index.html
Thanks
Both actually, but the actual marker is a custom class which pulls in data from SeachLocal.
-Chris
I have a custom icon marker class that I built with the help of the community.
http://robotoole.com/blog/wp/?p=9
-rob