Enum MiniMapMode
Defines the different modes in which the RadMap mini map can operate.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public enum MiniMapMode
OffsetZoom
The mini map will show a dynamic zoom level offset from the main map view. Use the ZoomLevelOffset property to define the offset.
StaticZoom
The mini map will show a fixed zoom level at all times. Use the BringIntoView method to position the map at the required location and zoom level.
WholeWorld
The mini map will show the whole world map at zoom level 1.