Click or drag to resize

DistanceMeterDistance Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get total distance traveled (as the crow flies) from the starting point, through any intermediate points, to the last point that was added.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public double Distance(
	DistanceUnit u
)

Parameters

u
Type: Telogis.GeoBaseDistanceUnit
Units of distance that the result should be returned in.

Return Value

Type: Double
The distance traveled in the units specified.
See Also