---
title: "init(_:monogram:coordinate:)"
framework: mapkit
role: symbol
role_heading: Initializer
path: "mapkit/marker/init(_:monogram:coordinate:)-77k4r"
---

# init(_:monogram:coordinate:)

Creates a marker at the given location with a monogram displayed as the balloon’s icon.

## Declaration

```swift
@MainActor @preconcurrency init(_ titleResource: LocalizedStringResource, monogram: Text, coordinate: CLLocationCoordinate2D) where Label == Label<Text, Text>
```

## Parameters

- `titleResource`: The localized string for the title.
- `monogram`: Up to three characters to display on the marker’s balloon.
- `coordinate`: The coordinate to display the marker at.
