SimulatedGpsSetTurningRadius Method | |
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
)
Public Sub SetTurningRadius (
value As Double,
units As DistanceUnit
)
Parameters
- value
- Type: SystemDouble
The value of the turning radius. - units
- Type: Telogis.GeoBaseDistanceUnit
The unit of the turning radius.
See Also