Skip to content
On this page

Home > sncf.js > StopArea > arrivals

StopArea.arrivals() method

Get the arrivals of the stop area

Signature:

typescript
arrivals(date?: Date): Promise<Arrival[]>;

Parameters

Parameter

Type

Description

date

Date

(Optional) The date of the arrivals

**Returns:**

Promise<Arrival[]>