<!--
{
  "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/Marker/init(_:monogram:coordinate:)-21hql",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "MapKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:15_MapKit_SwiftUI6MarkerV_8monogram10coordinateACy0cD05LabelVyAF4TextVAJGGqd___AJSo22CLLocationCoordinate2DVtcAKRszSyRd__lufc"
  },
  "title" : "init(_:monogram:coordinate:)"
}
-->

# init(_:monogram:coordinate:)

Creates a marker at the given location with the provided title string and monogram.

```
@MainActor @preconcurrency init<S>(_ title: S, monogram: Text, coordinate: CLLocationCoordinate2D) where Label == Label<Text, Text>, S : StringProtocol
```

## Parameters

`title`

The title of the marker.

`monogram`

A <doc://com.apple.documentation/documentation/SwiftUI/Text> view that contains up to three characters to display on the marker’s balloon.

`coordinate`

The coordinate used to display the marker.

---

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)