Click or drag to resize

DistanceMeter Constructor (LatLon, Double)

Verizon Connect Logo
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
)

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