Parameters to control how locations are created from a simulated route of travel (Polyline). More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.8 |
Inherits: |
Properties
- horizontalAccuracy : double
- startTime : date
- velocity : double
- verticalAccuracy : double
Signals
Detailed Description
This object can be provided as an input to the SimulatedLocationDataSource::setLocationsWithPolylineAndParameters method to specify the start time for the first location, travel velocity (meters per second), and horizontal and vertical accuracy of locations.
Property Documentation
The horizontal accuracy to assign to generated locations.
Default value is 0.0
.
Returns the Date and time of the first location.
Each subsequent location will increment its timestamp by one second.
Returns rate of travel, in meters per second.
Default value is 10.0
. Note that very small values for velocity may greatly increase the number of locations created.
Returns the vertical accuracy assigned to generated locations.
Default value is 0.0
.
Signal Documentation
Emitted when the horizontalAccuracy property changes.
Note: The corresponding handler is onHorizontalAccuracyChanged
.
Emitted when the startTime property changes.
Note: The corresponding handler is onStartTimeChanged
.
Emitted when the velocity property changes.
Note: The corresponding handler is onVelocityChanged
.
Emitted when the verticalAccuracy property changes.
Note: The corresponding handler is onVerticalAccuracyChanged
.