javascript - listen to navigation control events in google earth plugin -


is there way listen navigation contol's click events. aware can listen 'viewchage' event want know when user clicks on nav controls.

i have anmation playing on plugin , want add tilt , pan values playing camera values when user clicks on nav controls.

sorry, genavigationcontrol not expose events afraid not possible.

you create own controls , events handle functionality...but far trivial.

also, pretty sure can't modify camera values in plugin whilst tour playing without exiting it.

essentially there 3 types of control on camera/nativation

  1. a tour object controls camera/nativation (kml)

  2. you control camera/nativation programmatically (javascript api)

  3. the user controls camera/nativation (controls, mouse, keys)

trying use of these @ same time produce unpredictable jerky results each method 'fights' control of view.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -