railwayCrossings property
The list of RailwayCrossing of the given segment.
Returns an empty list if no data is found.
Returns null if SegmentDataLoaderOptions.loadRailwayCrossings is set to false.
Gets the list of RailwayCrossing.
Implementation
List<RailwayCrossing>? get railwayCrossings;