intersections property

List<OsrmIntersection>? intersections
final

intersections An array of Intersection objects that are passed along the segment, the very first belonging to the StepManeuver.

Implementation

final List<OsrmIntersection>? intersections;