Defines the available interaction modes in the RadMap.
Definition
Namespace:Telerik.Maui.Controls.Map
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum MapInteractionMode
Fields
No interaction is allowed.
C#
None = 0
Only Pan is allowed to be performed with the control.
C#
Pan = 1
Pan and Zoom is allowed to be performed with the control.
C#
PanAndZoom = 3
Only Zoom is allowed to be performed with the control.
C#
Zoom = 2