<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.8.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "EventKit",
  "identifier" : "/documentation/EventKit/EKStructuredLocation",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "EventKit"
    ],
    "preciseIdentifier" : "c:objc(cs)EKStructuredLocation"
  },
  "title" : "EKStructuredLocation"
}
-->

# EKStructuredLocation

`A` class that specifies a geofence to activate the alarm of a calendar item.

```
class EKStructuredLocation
```

## Overview

Use [`init(title:)`](/documentation/EventKit/EKStructuredLocation/init(title:)) to create a new structured location, then set it to the [`structuredLocation`](/documentation/EventKit/EKAlarm/structuredLocation) property of an [`EKAlarm`](/documentation/EventKit/EKAlarm) object.

## Topics

### Creating Structured Locations

[`init(title:)`](/documentation/EventKit/EKStructuredLocation/init(title:))

Creates a new structured location with the specified title.

[`init(mapItem:)`](/documentation/EventKit/EKStructuredLocation/init(mapItem:))

Creates a new structured location with the specified map item.

### Accessing Structured Location Properties

[`title`](/documentation/EventKit/EKStructuredLocation/title)

The title of the location.

[`geoLocation`](/documentation/EventKit/EKStructuredLocation/geoLocation)

The core location.

[`radius`](/documentation/EventKit/EKStructuredLocation/radius)

A minimum distance from the core location that would trigger the alarm or reminder.



---

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)
