vote up 0 vote down star
1

The Google Visualization Geomap component is a choropleth map of continents, countries and regions, with colors and values assigned to specific regions. Although it is rendered with Flash, it can only be accessed and customized via JavaScript or GWT API.

Does anyone know an alternative Flash/Flex component that I could easily embed into Flex 3 applications (using AS3) ?

flag
Update (06/06): Three new requirements came up in my projects: - library/component should be free or inexpensive. - data involved is confidential so the application should not communicate with external web service/server. - ability to customize/create any region shapes (countries, provinces, continents) with actions like union, edit path... I've seen some interesting and promising projects and proprietary components but none really fit my needs. So I opted for my own implementation using SVG Path in Degrafa. – julotlafrite Jun 5 at 17:25

2 Answers

vote up 0 vote down

checkout Esris Map solution. I worked with it on a big project and it proved to be a very flexible and functional mapping api

http://resources.esri.com/arcgisserver/apis/flex/

link|flag
sorry for the late reply.. Thanks for the info but my requirements changed (see above) – julotlafrite Jun 5 at 17:26
vote up 0 vote down

Quite a few Flex map components you can check out:

Commercial product: http://www.ilog.com/products/ilogelixir/ Open source project: http://code.google.com/p/birdeye/

My experimental component: http://srirangan.net/?p=209 :-)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.