ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Mapping.DeviceLocation Namespace / IMapDeviceLocationService Interface

In This Topic
    IMapDeviceLocationService Interface Methods
    In This Topic

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

    Public Methods
     NameDescription
     Method Gets the MapDeviceLocationOptions currently used by the MapDeviceLocationService.  
     MethodEnables (or disables) the current DeviceLocationSource. Use ArcGIS.Desktop.Core.DeviceLocation.IDeviceLocationService.Open prior to enabling the DeviceLocationSource. This method must be called on the MCT. Use QueuedTask.Run.  
     MethodSets a MapDeviceLocationOptions to update the current MapDeviceLocationService settings. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Zooms or pans the active map view to the current location, keeping the current device location at the center. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also