CurrentSituationLaneView constructor

CurrentSituationLaneView(
  1. LaneAccess access,
  2. LaneDirectionCategory directionCategory,
  3. LaneType type
)

Implementation

CurrentSituationLaneView(LaneAccess access, LaneDirectionCategory directionCategory, LaneType type)
  : access = access, directionCategory = directionCategory, type = type, laneMarkings = LaneMarkings(), directions = [], directionsOnRoute = [];