Name | Description | |
---|---|---|
IsDeviceLocationEnabled | Gets the enabled state of the current DeviceLocationSource. |
The following tables list the members exposed by IMapDeviceLocationService.
Name | Description | |
---|---|---|
IsDeviceLocationEnabled | Gets the enabled state of the current DeviceLocationSource. |
Name | Description | |
---|---|---|
GetDeviceLocationOptions | Gets the MapDeviceLocationOptions currently used by the MapDeviceLocationService. | |
SetDeviceLocationEnabled | Enables (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. | |
SetDeviceLocationOptions | Sets a MapDeviceLocationOptions to update the current MapDeviceLocationService settings. This method must be called on the MCT. Use QueuedTask.Run. | |
ZoomOrPanToCurrentLocation | 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. |