views:

13

answers:

2

I'm looking to create a Flash Map with multiple zoom levels.

Ideally what I'd like is to be able to click onto a 'state' area, and then have the map zoom down to a sub-area (which can then either have a link or zoom down to yet another sub-area). Ideally I would like to be able to define sub-areas recursively (e.g. state area, region area, town area etc.) on an infinite level, but 2 levels should suffice. I found several solutions on Flash Den, however they can only handle 1 level. Does anyone know of any Flex/Flash libraries or frameworks which are capable of doing this? Alternately, does anyone know if this would be possible with Google Maps/KML?

FYI - I already have vector outlines of the areas I would like to use in Flash.

A: 

I don't know the specific answer, but can point you in a few directions.

Take a look at ESRI mapping API for Flex

And Also the Google Maps API For Flash

Both should support a zoom in and zoom out functionality.

www.Flextras.com
Cool - the Polygons under the Google Maps API for flash look promising. It would be better if there were already something which would allow me to zoom the polygon area when it was clicked and I'm currently researching this.
Aaron Newton
A: 

Both Google Maps and Mapquest support multiple layers, and I've used the Mapquest AS3 api, its ok. They've both got free developer programs you can sign up for and a wide variety of ways to get at their data.

mezmo
I've had a look at Google Maps Flash API and this looks promising. MapQuest looks promising too, but I'll have to see how accurately it performs for Australia as it struggled with some of my more obscure requests.
Aaron Newton