Show / Hide Table of Contents

Property IterationRate

IterationRate

Gets or sets the rate over which the Locations collection is iterated.

Declaration
public double IterationRate { get; set; }
Property Value
Type Description
System.Double

Rate at which the LocationDataSource is iterated over (default is 1.0)

Remarks

This controls the frequency of location updates for the simulated location data source. The default value is 1.0, resulting in calls to UpdateLocation(Location) every second. To increase the frequency, provide a higher value. A value of 2.0, for example, doubles the frequency of location updates. To slow down updates, provide a lower value. A value of 0.5, for example, decreases location updates by a factor of two. The iteration rate does not affect the Timestamp property of the items in the Locations (they are always 1 second apart).

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.8 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.8 - 200.7
Xamarin.Android100.8 - 100.15
Xamarin.iOS100.8 - 100.15
UWP100.8 - 200.7
In This Article
Back to top Copyright © 2022 Esri.