actionscript - Google Maps for Flash idle event -


i'm new google maps api. compared javascript , flash map events , found there "idle" event in javascript api. there following advice in google docs:

note listen bounds_changed event fires continuously user pans; instead, idle fire once user has stopped panning/zooming.

but haven't found such event in actionscript api. there zoom_changed, drag_end, etc events, nothing "idle". missing or event not ported actionscript api? far understand, useful thing - wait until user stops @ viewport instead of immediate handling of pan/zoom actions (cause affect performance , produce unnecessary requests marker data). maybe there workaround.

i didn't find "idle" event either. listening zoom_changed , drag_end individually should give same results. there particular reason why looking avoid these 2 events generic idle event ?

i argue individual events better 'coz give finer resolution @ understanding events.


Comments

Popular posts from this blog

sql server - python to mssql encoding problem -

java - SNMP4J General Variable Binding Error -

c# - BasicHttpBinding equivalent CustomBinding using WCF Client and PHP WebService -