Class CarRouteFinder
Capsules the route finding.
Inheritance
System.Object
CarRouteFinder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SOHCarModel.Common
Assembly: SOHCarModel.dll
Syntax
public static class CarRouteFinder
Methods
| Improve this Doc View SourceFind(ISpatialGraphEnvironment, Int32, Double, Double, Double, Double, ISpatialEdge, String)
Finds a route for given driveMode and additional parameters
Declaration
public static Route Find(ISpatialGraphEnvironment environment, int driveMode, double startLat, double startLon, double destLat, double destLon, ISpatialEdge startingEdge, string osmRoute)
Parameters
Type | Name | Description |
---|---|---|
ISpatialGraphEnvironment | environment | |
System.Int32 | driveMode | |
System.Double | startLat | |
System.Double | startLon | |
System.Double | destLat | |
System.Double | destLon | |
ISpatialEdge | startingEdge | |
System.String | osmRoute |
Returns
Type | Description |
---|---|
Route |