DistanceMeter Constructor (LatLon, Double) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Construct a DistanceMeter with a start point and an initial distance (in radians) already
traveled.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public DistanceMeter(
LatLon d,
double f
)
Public Sub New (
d As LatLon,
f As Double
)
Parameters
- d
- Type: Telogis.GeoBaseLatLon
Starting point. - f
- Type: SystemDouble
Initial Distance in radians.
Remarks The cumulative distance traveled is referred to as the delta.
See Also