Click or drag to resize

DistanceMeterAdd Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Add a new point. The distance from the previous point to this point (as the crow flies) is calculated and added to the total distance traveled.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void Add(
	LatLon newPt
)

Parameters

newPt
Type: Telogis.GeoBaseLatLon
The next LatLon point in the route.
See Also