---
keywords: repr:offset
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/maps/ymapsml/doc/en/llms.txt


# repr:offset

### Diagram

![](../_images/offset.png)

### Description {#desc}

Offset of the icon or shadow relative to the placemark, which is used for visual alignment.

### Contained by:

[repr:iconStyle](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-iconStyle.md), [repr:shadow](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-shadow.md)

### Attributes

Name | Type | Description | Required
----- | ----- | ----- | -----
`x` |  | X-axis offset | Yes
`y` |  | Y-axis offset | Yes


> ### repr:offset
> 
> Offset marker icon:
> 
> ```xml
> <repr:offset x="-22" y="-46"/>
> ```

