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

# IPanoramaMarkerIconSet

Interface describing a set of marker icons.

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

## Constructor {#constructor-summary}

```javascript
IPanoramaMarkerIconSet()
```

## Fields {#properties-summary}

#|
|| **Name** | **Type** | **Description** ||
|| [default](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPanoramaMarkerIconSet.md#default) | [IPanoramaMarkerIcon](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPanoramaMarkerIcon.md) | Default state icon. ||
|| [expanded](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPanoramaMarkerIconSet.md#expanded) | [IPanoramaMarkerIcon](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPanoramaMarkerIcon.md)\|null | Icon for the "active" marker state. The marker switches to this state when clicked; when clicked again, the marker becomes inactive. ||
|| [expandedHovered](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPanoramaMarkerIconSet.md#expandedHovered) | [IPanoramaMarkerIcon](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPanoramaMarkerIcon.md)\|null | Icon for the "active highlighted" state. The marker switches to this state when it is active and the cursor is on it. ||
|| [hovered](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPanoramaMarkerIconSet.md#hovered) | [IPanoramaMarkerIcon](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPanoramaMarkerIcon.md)\|null | Icon for the "highlighted" marker state. The marker switches to this state when the cursor is on it. ||
|#

## Fields details {#field_detail}

### default {#default}

```javascript
{IPanoramaMarkerIcon} default
```

Default state icon.

### expanded {#expanded}

```javascript
{IPanoramaMarkerIcon|null} expanded
```

Icon for the "active" marker state. The marker switches to this state when clicked; when clicked again, the marker becomes inactive.

### expandedHovered {#expandedHovered}

```javascript
{IPanoramaMarkerIcon|null} expandedHovered
```

Icon for the "active highlighted" state. The marker switches to this state when it is active and the cursor is on it.

### hovered {#hovered}

```javascript
{IPanoramaMarkerIcon|null} hovered
```

Icon for the "highlighted" marker state. The marker switches to this state when the cursor is on it.