---
title: "init(coordinate:tint:)"
framework: mapkit
role: symbol
role_heading: Initializer
path: "mapkit/mapmarker/init(coordinate:tint:)"
---

# init(coordinate:tint:)

Creates a marker annotation at the map location you specify.

## Declaration

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

## Parameters

- `coordinate`: The location of the specified marker.
- `tint`: The color of the marker.
