arrivalDate
The arrival date for the trip.
Declaration
arrivalDate?: Date;Discussion
Specify either a departureDate or an arrivalDate, but don’t set both. If you send both values, MapKit JS logs a warning.
The arrival date for the trip.
arrivalDate?: Date;Specify either a departureDate or an arrivalDate, but don’t set both. If you send both values, MapKit JS logs a warning.