<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MapStyle/hybrid(elevation:pointsOfInterest:showsTraffic:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "MapKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:15_MapKit_SwiftUI0A5StyleV6hybrid9elevation16pointsOfInterest12showsTrafficA2C9ElevationV_AA05PointiJ10CategoriesVSbtFZ"
  },
  "title" : "hybrid(elevation:pointsOfInterest:showsTraffic:)"
}
-->

# hybrid(elevation:pointsOfInterest:showsTraffic:)

Creates a hybrid map style that includes the elevation, point of interest, and traffic characteristics you specify.

```
static func hybrid(elevation: MapStyle.Elevation = .automatic, pointsOfInterest: PointOfInterestCategories = .all, showsTraffic: Bool = false) -> MapStyle
```

## Parameters

`elevation`

One of the [`MapStyle.Elevation`](/documentation/MapKit/MapStyle/Elevation) values that determines whether the map renders elevation.

`pointsOfInterest`

A collection of [`PointOfInterestCategories`](/documentation/MapKit/PointOfInterestCategories) that the map displays.

`showsTraffic`

A Boolean value that indicates whether the map displays traffic.

## Return Value

A [`MapStyle`](/documentation/MapKit/MapStyle) with the configuration you specified.

## Discussion

> Note:
> In watchOS, depending on rendering calculations, MapKit may render the map using the Standard map style rather than requested Hybrid or Imagery styles.

---

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)