EnumMiniMapMode
Enum
Defines the different modes in which the RadMap mini map can operate.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public enum MiniMapMode
Fields
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.