Advanced Flash Components
Search!
Search!
Home >  Blog >  View Post
UMap is Going Mobile!
July 8th, 2008

Thanks to the folks over at CloudMade, we will be offering mobile maps in the next version of our UMap Flash/Flex Component. CloudMade is the latest map data provider to join UMap, along side of Microsoft and OpenStreetMap. Starting from next release, you will be able to access CloudMade’s standard and mobile tile sets through the UMap component. In order to access data, you will need to get an API Key from CloudMade. Other than that, everything else works the same.

ActionScript code sample:

var provider:CloudMadeProvider = new CloudMadeProvider("API KEY", CloudMadeProvider.STYLE_MOBILE, 64);
map.setProvider(provider);

Leave a Reply