ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Core.DeviceLocation Namespace / IDeviceLocationService Interface
Version

In This Topic
    IDeviceLocationService Interface Methods
    In This Topic

    For a list of all members of this type, see IDeviceLocationService members.

    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