Click or drag to resize

RouteGetDirections Method (String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calculate the route and return a representative Directions object using the given culture.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Directions GetDirections(
	string culture
)

Parameters

culture
Type: SystemString
The culture that the returned Directions will use; for example "en-US".

Return Value

Type: Directions
Directions for this route. An aborted call returns null.

Implements

IRouteGetDirections(String)
Remarks
See Also