---
title: etas
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/etaresponse/etas
---

# etas

An array of estimated arrival times.

## Declaration

```data
etas: EtaResult[];
```

## Discussion

Discussion The server returns etas as a part of the EtaResponse after your app creates an instance of the Directions object and calls the eta(request) method.

## See Also

### Estimated Arrival Time Responses

- [origin](mapkitjs/etaresponse/origin.md)
