---
title: "init(title:)"
framework: eventkit
role: symbol
role_heading: Initializer
path: "eventkit/ekstructuredlocation/init(title:)"
---

# init(title:)

Creates a new structured location with the specified title.

## Declaration

```swift
convenience init(title: String)
```

## Parameters

- `title`: The title of the location.

## Mentioned in

Setting an alarm

## Return Value

Return Value The structured location object.

## See Also

### Related Documentation

- [Calendar and Reminders Programming Guide](apple-archive/documentation/DataManagement/Conceptual/EventKitProgGuide/Introduction.md)

### Creating Structured Locations

- [init(mapItem:)](eventkit/ekstructuredlocation/init(mapitem:).md)
