---
title: leftCalloutOffset
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkannotationview/leftcalloutoffset
---

# leftCalloutOffset

The offset in points from the middle-left of the annotation view.

## Declaration

```swift
var leftCalloutOffset: CGPoint { get set }
```

## Discussion

Discussion This property specifies where the map view shows the anchor of the callout when it orients off the left side of the annotation view.

## See Also

### Managing callout views

- [accessoryOffset](mapkit/mkannotationview/accessoryoffset.md)
- [canShowCallout](mapkit/mkannotationview/canshowcallout.md)
- [leftCalloutAccessoryView](mapkit/mkannotationview/leftcalloutaccessoryview.md)
- [rightCalloutAccessoryView](mapkit/mkannotationview/rightcalloutaccessoryview.md)
- [detailCalloutAccessoryView](mapkit/mkannotationview/detailcalloutaccessoryview.md)
- [rightCalloutOffset](mapkit/mkannotationview/rightcalloutoffset.md)
