Class CycleTravelerLayer
This layer implements the IMultimodalLayer to provide walking and bicycle driving mutli-modal
routing capabilities.
Inherited Members
Namespace: SOHMultimodalModel.Model
Assembly: SOHMultimodalModel.dll
Syntax
public class CycleTravelerLayer : AbstractMultimodalLayer, IMultimodalLayer, ILayer, IMultimodalRouteFinder, IModalChoiceResolver
Properties
GatewayLayer
Provides the possibility to enter or leave the graph via gateway points.
Declaration
public GatewayLayer GatewayLayer { get; set; }
Property Value
Type | Description |
---|---|
GatewayLayer |
RentalCount
Declaration
public int RentalCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
ILayer
IModalChoiceResolver