Click or drag to resize

DirectionGetDistance Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the distance to travel before the instruction is executed. e.g. "After (x) units, turn left onto Main St".

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public double GetDistance(
	DistanceUnit units
)

Parameters

units
Type: Telogis.GeoBaseDistanceUnit
Unit to use when returning distance.

Return Value

Type: Double
Distance in the specified units.
Remarks

Related articles: Using Directions.

See Also