---
title: MKDirectionsTransportType
framework: mapkit
role: symbol
role_heading: Structure
path: mapkit/mkdirectionstransporttype
---

# MKDirectionsTransportType

Constants that specify the type of conveyance to use.

## Declaration

```swift
struct MKDirectionsTransportType
```

## Topics

### Transport types

- [any](mapkit/mkdirectionstransporttype/any.md)
- [automobile](mapkit/mkdirectionstransporttype/automobile.md)
- [cycling](mapkit/mkdirectionstransporttype/cycling.md)
- [transit](mapkit/mkdirectionstransporttype/transit.md)
- [walking](mapkit/mkdirectionstransporttype/walking.md)

### Creating direction transport types

- [init(rawValue:)](mapkit/mkdirectionstransporttype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
