ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.DeviceLocation Namespace / DeviceLocationService Class
Properties Methods


In This Topic
    DeviceLocationService Class Members
    In This Topic

    The following tables list the members exposed by DeviceLocationService.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Returns the singleton IDeviceLocationService instance.  
    Public Property Gets whether logging is in progress  
    Top
    Public Methods
     NameDescription
    Public Method Closes the current device location source connection. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Returns the most recent snapshot received from the open device location source.  
    Public MethodGets the current DeviceLocationProperties in use.  
    Public Method Returns the device location source currently in use.  
    Public Method Returns the connection status of the selected location source.  
    Public Method Connects to a new device location source such as a GPS/GNSS device via a COM port. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Updates properties on the current device location source. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Updates to a new device location source, such as a GPS/GNSS device, via a COM port. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also