Click or drag to resize

RouteResultBuilderBuildSingle Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Namespace:  Telogis.GeoBase.GeoStream.Server.NWF
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static NWFRouteResult BuildSingle(
	Directions directions,
	List<Location> locations,
	NWFRouteOptions options,
	INwfPrincipal nwfPrincipal,
	Uri baseUri,
	MovementCategorizer categorizer = null
)

Parameters

directions
Type: Telogis.GeoBase.RoutingDirections
locations
Type: System.Collections.GenericListLocation
options
Type: Telogis.GeoBase.GeoStream.Server.NWF.ModelsNWFRouteOptions
nwfPrincipal
Type: Telogis.GeoBase.GeoStream.Server.NWF.AuthenticationINwfPrincipal
baseUri
Type: SystemUri
categorizer (Optional)
Type: Telogis.GeoBase.NavigationMovementCategorizer

Return Value

Type: NWFRouteResult
See Also