alerts property

List<PTAlertInfo> alerts
final

GTFS-RT service alerts scoped to this stop (e.g. station closure, elevator outage).

Shares PTAlertInfo instances with PTStopInfo.alerts. Empty when no alerts apply.

Implementation

final List<PTAlertInfo> alerts;