OpenSpace. Control. OverviewMap

A small overview map control with OpenSpace styling.

Example

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();

Inherits from

Summary
A small overview map control with OpenSpace styling.
Constructs a new OpenSpace.Control.OverviewMap

Constructor

OpenSpace. Control. OverviewMap

Constructs a new OpenSpace.Control.OverviewMap

Parameters

options{Object} options to override OpenSpace.DEFAULT_OVERVIEW_MAPOPTIONS
Create an overview map to display the extent of your main map and provide additional navigation control.