Click or drag to resize

DirectionsFactory Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a DirectionsFactory using an array of LatLons describing points along a pre-calculated route.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public DirectionsFactory(
	LatLon[] pts
)

Parameters

pts
Type: Telogis.GeoBaseLatLon
An array of LatLons describing points along a pre-calculated route.
Exceptions
ExceptionCondition
DirectionsFactoryPointsExceptionThrown if fewer than two points are provided.
See Also