<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKLaunchOptionsDirectionsModeCycling",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:@MKLaunchOptionsDirectionsModeCycling"
  },
  "title" : "MKLaunchOptionsDirectionsModeCycling"
}
-->

# MKLaunchOptionsDirectionsModeCycling

Cycling directions between the specified start and end points.

```
let MKLaunchOptionsDirectionsModeCycling: String
```

## 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.

```swift
    Button("Cycling Directions") {
        selectedItem.openInMaps(
            launchOptions: [MKLaunchOptionsDirectionsModeKey: MKLaunchOptionsDirectionsModeCycling]
        )
    }
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)