---
title: transportType
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/route/transporttype
---

# transportType

The overall route transport type.

## Declaration

```data
transportType: TransportType | null;
```

## Discussion

Discussion This property reflects the primary transport type used for the route. Individual steps of the route might use different transport types.

## See Also

### Route details

- [steps](mapkitjs/route/steps.md)
- [name](mapkitjs/route/name.md)
- [distance](mapkitjs/route/distance.md)
- [expectedTravelTime](mapkitjs/route/expectedtraveltime.md)
- [hasTolls](mapkitjs/route/hastolls.md)
