Class SimulationParameters
Parameters to control how locations are created from a simulated route of travel polyline.
Inheritance
Namespace: Esri.ArcGISRuntime.Location
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SimulationParameters
Remarks
This can be provided as an input to the
Set
Constructors
Name | Description |
---|---|
Simulation |
Initializes a new instance of the Simulation |
Simulation |
Initializes a new instance of the Simulation |
Properties
Name | Description |
---|---|
Horizontal |
Gets or sets the horizontal accuracy to assign to generated locations. The default value is 0.0. |
Start |
Gets or sets the date and time of the first location. Each subsequent location will increment its timestamp by one second. |
Velocity | Gets or sets the rate of travel, in meters per second. |
Vertical |
Gets or sets the vertical accuracy to assign to generated locations. The default value is 0.0. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 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.8 - 200.6 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.8 - 200.6 |