SGFramework Class

The SGFramework class provides SkylineGlobe framework functionality such as adding geographical locations to Favorites or showing HTML under the results pane. It is only available for Skyline Globe business and tools developer (that work under the www.skylineglobe.com website). This class is not available to users developing their own website around the Skyline Globe Control.

To get access to all the framework functionality, simply instantiate SGFramework class after the instantiation of the SGWorld class:

globe = new SGWorld();

sgFramework = new SGFramework();