---
title: "init(_:)"
framework: corelocation
role: symbol
role_heading: Initializer
path: "corelocation/clmonitor-2r51v/init(_:)"
---

# init(_:)

Creates a location monitor with the name you specify.

## Declaration

```swift
init(_ name: String) async
```

## Parameters

- `name`: The name of the location monitor.
