MiniMapMode
Enum
Defines the different modes in which the RadMap mini map can operate.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public enum MiniMapMode
Fields
The mini map will show a dynamic zoom level offset from the main map view. Use the ZoomLevelOffset property to define the offset.
C#
OffsetZoom = 2
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.
C#
StaticZoom = 1
The mini map will show the whole world map at zoom level 1.
C#
WholeWorld = 0