A small overview map control with OpenSpace styling.
The following example shows how to add the overview map control to the map:
var osMap = new OpenSpace.Map('map');var control = new OpenSpace.Control.OverviewMap();osMap.addControl(control);control.maximizeControl();
Constructs a new OpenSpace.Control.OverviewMap