Class SystemLocationDataSource
Provides location for the GeoView.LocationDisplay using the system's built-in location data source (if available).
Namespace: Esri.ArcGISRuntime.Location
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SystemLocationDataSource : LocationDataSource
Remarks
Location Display requires the Location Capability for the app to be enabled.
Constructors
Name | Description |
---|---|
System |
Initializes a new instance of the System |
Properties
Name | Description |
---|---|
Activity |
Gets or sets the expected activity performed by the user while an app uses location. |
Allows |
Gets or sets a value indicating whether location update events can be raised when an app is in the background. |
Desired |
Gets or sets a value indicating the desired accuracy of device location. |
Methods
Name | Description |
---|---|
On |
Invoked when the location tracking is started via the Start |
On |
Invoked when the location tracking is stopped via the Stop |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |