AS3 Yahoo Maps API
Yahoo has just released an Actionscript 3 API for Yahoo Maps:
Adding maps to your project is as easy as importing the SWC to your Flex project, then adding the YahooMap class:The all-new Yahoo! Maps component for Flex 3 enables you to add a map to a wide-range of web and desktop applications. Included in the API is support for other Yahoo! APIs including the geocoder, local search and traffic APIs along with an advanced marker and overlay manager to allow you to easily represent data on the map. Using the YahooMap component in your Flash, Flex, Ajax or AIR projects gives you the ability to develop anything from a simple map mash-up to full application utilizing Yahoo! Maps.
import com.yahoo.maps.api.YahooMap;
var yahooMap:YahooMap = new YahooMap("myMap", stage.stageWidth, stage.stageHeight);
this.addChild(yahooMap);
YahooMaps SWC
API Documentation
Add a comment
You are not allowed to comment on this entry as it has restricted commenting permissions.