---
title: anchorOffset
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/annotationconstructoroptions/anchoroffset
---

# anchorOffset

The offset, in CSS pixels, of the element from the bottom center.

## Declaration

```data
anchorOffset?: DOMPoint;
```

## Mentioned in

MapKit JS 5

## Discussion

Discussion The default value is DOMPoint(0, 0).

## See Also

### Setting position and appearances

- [appearanceAnimation](mapkitjs/annotationconstructoroptions/appearanceanimation.md)
- [displayPriority](mapkitjs/annotationconstructoroptions/displaypriority.md)
- [padding](mapkitjs/annotationconstructoroptions/padding.md)
- [size](mapkitjs/annotationconstructoroptions/size.md)
- [visible](mapkitjs/annotationconstructoroptions/visible.md)
