---
title: MapPitchSlider
framework: mapkit
role: symbol
role_heading: Structure
path: mapkit/mappitchslider
---

# MapPitchSlider

A slider control that allows a person to change the pitch of the map.

## Declaration

```swift
@MainActor @preconcurrency struct MapPitchSlider
```

## Topics

### Creating a map pitch slider

- [init(scope:)](mapkit/mappitchslider/init(scope:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [View](swiftui/view.md)

## See Also

### Map controls

- [MapCompass](mapkit/mapcompass.md)
- [MapLocationCompass](mapkit/maplocationcompass.md)
- [MapPitchToggle](mapkit/mappitchtoggle.md)
- [MapScaleView](mapkit/mapscaleview.md)
- [MapUserLocationButton](mapkit/mapuserlocationbutton.md)
- [MapZoomStepper](mapkit/mapzoomstepper.md)
