DirectionsFactory Constructor | |
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
)
Public Sub New (
pts As LatLon()
)
Parameters
- pts
- Type: Telogis.GeoBaseLatLon
An array of LatLons describing points along a pre-calculated route.
Exceptions See Also