Enum
MiniMapMode

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.

Declaration

cs-api-definition
OffsetZoom = 2

Field Value

MiniMapMode

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.

Declaration

cs-api-definition
StaticZoom = 1

Field Value

MiniMapMode

WholeWorld

The mini map will show the whole world map at zoom level 1.

Declaration

cs-api-definition
WholeWorld = 0

Field Value

MiniMapMode

In this article
DefinitionFieldsOffsetZoomStaticZoomWholeWorld
Not finding the help you need?
Contact Support