---
title: MKLaunchOptionsDirectionsModeCycling
framework: mapkit
role: symbol
role_heading: Global Variable
path: mapkit/mklaunchoptionsdirectionsmodecycling
---

# MKLaunchOptionsDirectionsModeCycling

Cycling directions between the specified start and end points.

## Declaration

```swift
let MKLaunchOptionsDirectionsModeCycling: String
```

## Discussion

Discussion You can use this launch options key to open the Maps app directly in the mode that enables route planning that returns cycling directions, as shown in this example.     Button("Cycling Directions") {         selectedItem.openInMaps(             launchOptions: [MKLaunchOptionsDirectionsModeKey: MKLaunchOptionsDirectionsModeCycling]         )     }

## See Also

### Launch options

- [MKLaunchOptionsCameraKey](mapkit/mklaunchoptionscamerakey.md)
- [MKLaunchOptionsDirectionsModeDefault](mapkit/mklaunchoptionsdirectionsmodedefault.md)
- [MKLaunchOptionsDirectionsModeDriving](mapkit/mklaunchoptionsdirectionsmodedriving.md)
- [MKLaunchOptionsDirectionsModeKey](mapkit/mklaunchoptionsdirectionsmodekey.md)
- [MKLaunchOptionsDirectionsModeTransit](mapkit/mklaunchoptionsdirectionsmodetransit.md)
- [MKLaunchOptionsDirectionsModeWalking](mapkit/mklaunchoptionsdirectionsmodewalking.md)
- [MKLaunchOptionsMapCenterKey](mapkit/mklaunchoptionsmapcenterkey.md)
- [MKLaunchOptionsMapSpanKey](mapkit/mklaunchoptionsmapspankey.md)
- [MKLaunchOptionsMapTypeKey](mapkit/mklaunchoptionsmaptypekey.md)
- [MKLaunchOptionsShowsTrafficKey](mapkit/mklaunchoptionsshowstraffickey.md)
