Click or drag to resize

InteractiveGpsSpeedMultiplier Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The amount by which the speed of the interactive GPS changes when the Shift key is down.

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

Property Value

Type: Int32
Remarks
The value of Speed is periodically multiplied by this value to simulate acceleration when the Shift key is pressed. Pressing the MINUS key reduces this value (to a minimum value of 1) and pressing the PLUS key increases this value (to a maximum of 7).
See Also