Click or drag to resize

SimulatedGpsSetTurningRadius Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Given a value and unit, sets the turning radius.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void SetTurningRadius(
	double value,
	DistanceUnit units
)

Parameters

value
Type: SystemDouble
The value of the turning radius.
units
Type: Telogis.GeoBaseDistanceUnit
The unit of the turning radius.
See Also