roadSigns property

List<RoadSign>? roadSigns

The list of RoadSign of the given segment. Returns null if SegmentDataLoaderOptions.loadRoadSigns is set to false. Gets the list of RoadSign.

Implementation

List<RoadSign>? get roadSigns;