Lane public struct Lane The Lane class provides information about the lane on the road. Lifecycle init(directions:follow:) Initializer. Declaration Swift public init(directions: [Direction], follow: Direction?) Parameters directions List of lane directions. follow The lane direction the driver should follow. Public directions List of lane directions. Declaration Swift public let directions: [Direction] follow The lane direction the driver should follow. Declaration Swift public let follow: Direction? © 2023 TomTom N.V.. All rights reserved. (Last updated: 2023-12-05) Generated by jazzy ♪♫ v0.14.4, a Realm project.