---
title: EtaRequestOptions
framework: mapkitjs
role: symbol
role_heading: Interface
path: mapkitjs/etarequestoptions
---

# EtaRequestOptions

The options you may provide for requesting estimated arrival times.

## Declaration

```data
interface EtaRequestOptions
```

## Overview

Overview EtaRequestOptions accepts an array of destinations, but only accepts one origin, one transportType, and one departureDate. In other words, you can request the estimated arrival times from one place to 10 other places via one mode of transportation at one time.

## Topics

### ETA Request

- [origin](mapkitjs/etarequestoptions/origin.md)
- [departureDate](mapkitjs/etarequestoptions/departuredate.md)
- [destinations](mapkitjs/etarequestoptions/destinations.md)
- [transportType](mapkitjs/etarequestoptions/transporttype.md)
- [signal](mapkitjs/etarequestoptions/signal.md)

### Instance Properties

- [arrivalDate](mapkitjs/etarequestoptions/arrivaldate.md)

## See Also

### Getting estimated arrival times

- [eta(request)](mapkitjs/directions/eta.md)
- [EtaResponse](mapkitjs/etaresponse.md)
- [EtaResult](mapkitjs/etaresult.md)
