ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.DeviceLocation Namespace / IDeviceLocationService Interface
Methods

In This Topic
    IDeviceLocationService Interface Members
    In This Topic

    The following tables list the members exposed by IDeviceLocationService.

    Public Methods
     NameDescription
     Method Closes the current device location connection. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Returns the most recent snapshot received from a GNNS/GPS device.  
     MethodGets the current DeviceLocationProperties being used.  
     Method Returns the device location source currently being used.  
     Method Returns the connection status of the selected location source.  
     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.  
     Method Updates properties on the current device location source. This method must be called on the MCT. Use QueuedTask.Run.  
     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