ArcGIS Pro 2.8 API Reference Guide
DeviceLocationVisibility Property

ArcGIS.Desktop.Mapping.DeviceLocation Namespace > MapDeviceLocationOptions Class : DeviceLocationVisibility Property
Show or hide the location from the open device location source on the map view.
Syntax
public bool DeviceLocationVisibility {get; set;}
Public Property DeviceLocationVisibility As Boolean
Remarks

By default DeviceLocationVisibility is set to True.

The location is represented on the map view as a blue circle. This symbol cannot be changed. When location accuracy is poor i.e. the value is higher than the ArcGIS.Desktop.Core.DeviceLocation.DeviceLocationProperties.AccuracyThreshold, the location symbology will switch to a red circle.

When direction/heading is available from the open device location source, a white arrow representing the direction/heading of the location will be shown in the middle of the (blue or red) circle.

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MapDeviceLocationOptions Class
MapDeviceLocationOptions Members