I don't believe there is solution for this readily available, it really 
depends on how you'd want the interaction/feel to work in terms of how you'd 
implement this.  Generally speaking you'd want to have a collection 
(ArrayCollection or Array or other ListCollectionView type) that you store 
the markers in as they're added to the map then add a keyboard listener to 
the map object (or stage whatever makes sense) and keep track of the 
currentlySelectedItem adjusting it in the keyboard handler, then call a 
method that does whatever it means to be "selected" move the map using 
setCenter (panTo), setZoom perhaps and openInfoWindow or something along 
those lines.  I didn't find anything searching around for maps flash api and 
accessibility.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-api-for-flash/-/7fuEcdICgNAJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api-for-flash?hl=en.

Reply via email to