getLaneSection
fun getLaneSection(laneSectionIdentifier: LaneSectionIdentifier): Either<IllegalArgumentException, LaneSection>
Returns the lane section with the laneSectionIdentifier; if it does not exist, an Either.Left is returned.
fun getLaneSection(curveRelativePoint: CurveRelativeVector1D): Either<IllegalArgumentException, LaneSection>
Returns the lane section of the curveRelativePoint; if it does not exist, an Either.Left is returned.