DistanceMeterAdd Method | |
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
)
Public Sub Add (
newPt As LatLon
)
Parameters
- newPt
- Type: Telogis.GeoBaseLatLon
The next LatLon point in the route.
See Also