---
title: glyphTintColor
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmarkerannotationview/glyphtintcolor
---

# glyphTintColor

The color to apply to the glyph text or image.

## Declaration

```swift
@NSCopying var glyphTintColor: UIColor? { get set }
```

```swift
@NSCopying var glyphTintColor: NSColor? { get set }
```

## Discussion

Discussion The default value of this property is nil, which applies the standard tint color for the current map style.

## See Also

### Setting the Marker Content

- [glyphText](mapkit/mkmarkerannotationview/glyphtext.md)
- [glyphImage](mapkit/mkmarkerannotationview/glyphimage.md)
- [selectedGlyphImage](mapkit/mkmarkerannotationview/selectedglyphimage.md)
