ArcGIS Pro 2.8 API Reference Guide
MappingDeviceLocationNavigationMode Enumeration

ArcGIS.Desktop.Mapping.DeviceLocation Namespace : MappingDeviceLocationNavigationMode Enumeration
Specifies how the current map view is repositioned using the open device source location (i.e via GPS/GNSS).
Syntax
public enum MappingDeviceLocationNavigationMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum MappingDeviceLocationNavigationMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
KeepAtCenter Keep map view centered at the device location.
KeepWithinView Center map view at the device location only when the device location goes outside of the current extent.
None Map view's extent does not get changed automatically.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Desktop.Mapping.DeviceLocation.MappingDeviceLocationNavigationMode

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Desktop.Mapping.DeviceLocation Namespace