Flexible Google equivalent Geometra Google (choropleth map)?

Google's component for rendering Geomap is a choropleth map of continents, countries, and regions with colors and values associated with specific regions. Although it is displayed using Flash, it can only be retrieved and configured through JavaScript or the GWT API.

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

+4
source share
3 answers

I had previous success in a non-Flex project using amMap non Flex cards, but they offer a product for mapping Flex . I was able to create and define custom areas of the map, and you can essentially refer to โ€œsomethingโ€ as a map, so I managed to create custom areas that were not considered to be a region to anyone.

I'm not sure why this post unexpectedly appeared as โ€œinterestingโ€ 1 minute ago, given its age, but hopefully this can help someone else :)

0
source

Checkout Esris Map. I worked with him on a large project, and this turned out to be a very flexible and functional api mapping

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

0
source

Just a few components of the Flex card, which you can check:

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 :-)

0
source

All Articles