Class MapViewInteractionOptions
A set of properties for controlling how the MapView can be controlled through user interaction.
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class MapViewInteractionOptions : InteractionOptions
  Constructors
| Name | Description | 
|---|---|
| MapViewInteractionOptions() | Initializes a new instance of the MapViewInteractionOptions class.  | 
      
Properties
| Name | Description | 
|---|---|
| AllowMagnifierToPan | Gets or sets a value indicating whether the map should auto-pan the map when the magnifier reaches the edge.  | 
      
| IsMagnifierEnabled | Gets or sets a value indicating whether the magnifier is visible during a touch-and-hold gesture.  | 
      
| IsPanEnabled | Gets or sets a value indicating whether panning is enabled.  | 
      
| IsRotateEnabled | Gets or sets a value indicating whether a user can rotate the map with two finger twisting.  | 
      
| IsZoomEnabled | Gets or sets a value indicating whether zooming is enabled.  | 
      
| SnapToNorthThreshold | Gets or sets the number of degrees from north when rotating the map should snap to north when letting go. Set to 0 to disable.  | 
      
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.0 - 200.8 | 
| Xamarin.Android | 100.0 - 100.15 | 
| Xamarin.iOS | 100.0 - 100.15 | 
| UWP | 100.0 - 200.8 | 
Relevant samples
Show magnifier: Tap and hold on a map to show a magnifier.