SimulatedGpsGetTurningRadius Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the turning radius in a given unit.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public double GetTurningRadius(
DistanceUnit units
)
Public Function GetTurningRadius (
units As DistanceUnit
) As Double
Parameters
- units
- Type: Telogis.GeoBaseDistanceUnit
The unit of the turning radius.
Return Value
Type:
DoubleThe turning radius.
See Also