Arrival class 
Signature:
typescript
export declare class ArrivalConstructors 
| Constructor | Modifiers | Description | 
|---|---|---|
| Constructs a new instance of the  | 
Properties 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| Date | Return the arrival time (real time) | ||
| Date | Return the arrival time (scheduled) | ||
| Date | Return the departure time (scheduled) | ||
| Date | Return the departure time (real time) | ||
| boolean | Return true if the train is late | ||
| Return the route of the train | |||
| Return the stop area of the train | |||
| Return the train data |