<!--
{
  "availability" : [
    "iOS: 14.0.0 - 17.0.0",
    "iPadOS: 14.0.0 - 17.0.0",
    "macCatalyst: -",
    "macOS: 11.0.0 - 14.0.0",
    "tvOS: 14.0.0 - 17.0.0",
    "visionOS: -",
    "watchOS: 7.0.0 - 10.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MapMarker/init(coordinate:tint:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "MapKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:15_MapKit_SwiftUI0A6MarkerV10coordinate4tintACSo22CLLocationCoordinate2DV_0cD05ColorVSgtcfc"
  },
  "title" : "init(coordinate:tint:)"
}
-->

# init(coordinate:tint:)

Creates a marker annotation at the map location you specify.

```
init(coordinate: CLLocationCoordinate2D, tint: Color? = nil)
```

## Parameters

`coordinate`

The location of the specified marker.

`tint`

The color of 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)