---
title: rightCalloutOffset
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkannotationview/rightcalloutoffset
---

# rightCalloutOffset

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

## Declaration

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

## Discussion

Discussion This property specifies where the map view shows the anchor of the callout when it orients off the right 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)
- [leftCalloutOffset](mapkit/mkannotationview/leftcalloutoffset.md)
