Click or drag to resize

SimulatedGpsTimeMultiplier Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Used to determine the tick duration in proportion to clock time.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public double TimeMultiplier { get; set; }

Property Value

Type: Double
Examples
For example, to set a simulation at 10 times the normal rate one could use:
C#
SimulatedGps gps = new SimulatedGps(0, path);
gps.TimeMultiplier = 10;
gps.TickRate = 10;
See Also