---
title: transportType
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/etarequestoptions/transporttype
---

# transportType

The mode of transportation the server uses when estimating arrival times.

## Declaration

```data
transportType?: TransportType;
```

## Discussion

Discussion Use transportType to specify the mode of transportation for your route(request) and eta(request) requests. The default value of this property is Automobile.

## See Also

### ETA Request

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