RouteResultBuilderBuildSingle Method | |
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
)
Public Shared Function BuildSingle (
directions As Directions,
locations As List(Of Location),
options As NWFRouteOptions,
nwfPrincipal As INwfPrincipal,
baseUri As Uri,
Optional categorizer As MovementCategorizer = Nothing
) As NWFRouteResult
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:
NWFRouteResultSee Also