lanes property

List<OsrmLane>? lanes
final

lanes Array of Lane objects that represent the available turn lanes at the intersection. If no lane information is available for an intersection, the lanes property will not be present.

Implementation

final List<OsrmLane>? lanes;