Enum
MapInteractionMode

Defines the available interaction modes in the RadMap.

Definition

Namespace:Telerik.Maui.Controls.Map

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum MapInteractionMode

Fields

None

No interaction is allowed.

Declaration

cs-api-definition
None = 0

Field Value

MapInteractionMode

Pan

Only Pan is allowed to be performed with the control.

Declaration

cs-api-definition
Pan = 1

Field Value

MapInteractionMode

PanAndZoom

Pan and Zoom is allowed to be performed with the control.

Declaration

cs-api-definition
PanAndZoom = 3

Field Value

MapInteractionMode

Zoom

Only Zoom is allowed to be performed with the control.

Declaration

cs-api-definition
Zoom = 2

Field Value

MapInteractionMode

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