---
metadata:
  - name: generator
    content: Diplodoc Platform v5.39.1
alternate:
  - https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPanoramaMarkerIcon.md
  - https://yandex.com.tr/dev/jsapi-v2-1/doc/ru/v2-1/ref/reference/IPanoramaMarkerIcon.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com.tr/dev/jsapi-v2-1/doc/en/llms.txt

# IPanoramaMarkerIcon

Interface describing the marker's icon.

[Constructor](#constructor-summary) | [Fields](#properties-summary)

## Constructor {#constructor-summary}

```javascript
IPanoramaMarkerIcon()
```

## Fields {#properties-summary}

#|
|| **Name** | **Type** | **Description** ||
|| [image](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPanoramaMarkerIcon.md#image) | HTMLCanvasElement\|HTMLImageElement | Icon image. ||
|| [offset](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPanoramaMarkerIcon.md#offset) | Number[] | Offset of the top left corner of the icon in pixels, relative to the projection of the point that the marker is bound to. ||
|#

## Fields details {#field_detail}

### image {#image}

```javascript
{HTMLCanvasElement|HTMLImageElement} image
```

Icon image.

### offset {#offset}

```javascript
{Number[]} offset
```

Offset of the top left corner of the icon in pixels, relative to the projection of the point that the marker is bound to.