flyAround
The flyAround object provides access to the Fly Around user interface tool available in the TerraExplorer for Web application. The following methods are available:
§ start()
§ stop()
isActive() → Boolean
Returns TRUE if the Fly Around user interface tool is currently active.
start()
Activates the Fly Around user interface tool available in the TerraExplorer for Web application, to fly in a circle around the current location.
Example
TerraExplorer.navigate.flyAround.start();
stop()
Stops the flight activated by the Fly Around user interface tool in the TerraExplorer for Web application.
Example
TerraExplorer.navigate.flyAround.stop();