Name | Description | |
---|---|---|
Instance | Gets the singleton IMapDeviceLocationService instance. | |
IsDeviceLocationEnabled | Determines the enabled state of the current DeviceLocationSource. |
The following tables list the members exposed by MapDeviceLocationService.
Name | Description | |
---|---|---|
Instance | Gets the singleton IMapDeviceLocationService instance. | |
IsDeviceLocationEnabled | Determines the enabled state of the current DeviceLocationSource. |
Name | Description | |
---|---|---|
GetDeviceLocationOptions | Returns the MapDeviceLocationOptions currently being 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. 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. |