Class CycleTravelerLayer
This layer implements the IMultimodalLayer to provide walking and bicycle driving mutli-modal
routing capabilities.
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: SOHMultimodalModel.Model
Assembly: SOHMultimodalModel.dll
Syntax
public class CycleTravelerLayer : AbstractMultimodalLayer, IMultimodalLayer, ILayer, IModelObject, IMultimodalRouteFinder, IModalChoiceResolver
Properties
| Improve this Doc View SourceGatewayLayer
Provides the possibility to enter or leave the graph via gateway points.
Declaration
public GatewayLayer GatewayLayer { get; set; }
Property Value
Type | Description |
---|---|
GatewayLayer |
RentalCount
This layer implements the IMultimodalLayer to provide walking and bicycle driving mutli-modal
routing capabilities.
Declaration
public int RentalCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |