tollPoints property

List<TollPoint>? tollPoints

The list of TollPoint of the given segment. Returns an empty list if no data is found. Returns null if SegmentDataLoaderOptions.loadTollPoints is set to false or the SegmentData is not initialized using SegmentDataLoader.loadDirectedSegmentData. Gets the list of TollPoint.

Implementation

List<TollPoint>? get tollPoints;