<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPRouteDetail/init(hov:)-6ivii",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(cs)CPRouteDetail(cm)routeDetailWithHOV:"
  },
  "title" : "init(hov:)"
}
-->

# init(hov:)

Creates additional route information for High-Occupancy Vehicle (HOV) lane access.

```
convenience init(hov hovInfo: String)
```

## Return Value

A new @c CPRouteDetail instance representing HOV lane information

## Discussion

Use this method to display information about HOV lane eligibility and requirements for the route.
This helps users understand whether they can use faster HOV lanes based on vehicle occupancy.

\discussion HOV information is valuable for users planning carpools or understanding time savings
from using HOV lanes. Display requirements such as minimum passenger count or time restrictions.
\note Ensure HOV information is accurate for the specific route and time of day, as restrictions
often vary by time and location.

---

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)