---
title: "tint(_:)"
framework: mapkit
role: symbol
role_heading: Instance Method
path: "mapkit/mapcontent/tint(_:)"
---

# tint(_:)

The tint shape style to apply to map content.

## Declaration

```swift
@MainActor @preconcurrency func tint<S>(_ tint: S) -> some MapContent where S : ShapeStyle

```

## Parameters

- `tint`: The tint to apply.

## Return Value

Return Value Returns MapContent with overlays drawn with the ShapeStyle you specified.

## See Also

### Setting the content style

- [foregroundStyle(_:)](mapkit/mapcontent/foregroundstyle(_:).md)
