---
metadata:
  - name: generator
    content: Diplodoc Platform v5.37.1
alternate:
  - https://yandex.ru/dev/jsapi-v1-1/doc/ru/ref/reference/hotspots.overlayoptions.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/jsapi-v1-1/doc/ru/llms.txt

# YMaps.Hotspots.OverlayOptions

Расширяет [YMaps.InteractiveGeoObjectOptions](https://yandex.ru/dev/jsapi-v1-1/doc/ru/ref/reference/interactivegeoobjectoptions.md).

Опции объектов класса [YMaps.Hotspots.Overlay](https://yandex.ru/dev/jsapi-v1-1/doc/ru/ref/reference/hotspots.overlay.md).

Опции объектов класса [YMaps.Hotspots.Overlay](https://yandex.ru/dev/jsapi-v1-1/doc/ru/ref/reference/hotspots.overlay.md). Данный класс не имеет конструктора и создается как обычный объект JavaScript.

## Поля

Имя | Описание
----- | -----
[cursor](hotspots.overlayoptions.md#cursor) | Вид курсора мыши над активной областью.
[interactive](hotspots.overlayoptions.md#interactive) | Интерактивность области на карте. По умолчанию [YMaps.Interactivity.INTERACTIVE](interactivity.md#INTERACTIVE).
[priority](hotspots.overlayoptions.md#priority) | Приоритет области на карте. Задается целым неотрицательным числом. Приоритет активной области имеет тот же смысл, что и приоритет слоя [YMaps.Hotspots.Layer](hotspots.layer.md) и позволят позиционировать слои и активные области друг относительно друга вдоль оси z. Значение по умолчанию 0.

# Наследуемые поля

Из [YMaps.InteractiveGeoObjectOptions](https://yandex.ru/dev/jsapi-v1-1/doc/ru/ref/reference/interactivegeoobjectoptions.md): 
: [balloonOptions](https://yandex.ru/dev/jsapi-v1-1/doc/ru/ref/reference/interactivegeoobjectoptions.md#balloonOptions), [hasBalloon](https://yandex.ru/dev/jsapi-v1-1/doc/ru/ref/reference/interactivegeoobjectoptions.md#hasBalloon), [hasHint](https://yandex.ru/dev/jsapi-v1-1/doc/ru/ref/reference/interactivegeoobjectoptions.md#hasHint), [hintOptions](https://yandex.ru/dev/jsapi-v1-1/doc/ru/ref/reference/interactivegeoobjectoptions.md#hintOptions), [style](https://yandex.ru/dev/jsapi-v1-1/doc/ru/ref/reference/interactivegeoobjectoptions.md#style)

## Подробное описание полей {#field_detail}

### cursor {#cursor}

```javascript
YMaps.Cursor cursor
```

Вид курсора мыши над активной областью.
### interactive {#interactive}

```javascript
YMaps.Interactivity interactive
```

Интерактивность области на карте. По умолчанию [YMaps.Interactivity.INTERACTIVE](https://yandex.ru/dev/jsapi-v1-1/doc/ru/ref/reference/interactivity.md#INTERACTIVE).
### priority {#priority}

```javascript
Integer priority
```

Приоритет области на карте. Задается целым неотрицательным числом. Приоритет активной области имеет тот же смысл, что и приоритет слоя [YMaps.Hotspots.Layer](https://yandex.ru/dev/jsapi-v1-1/doc/ru/ref/reference/hotspots.layer.md) и позволят позиционировать слои и активные области друг относительно друга вдоль оси z. Значение по умолчанию 0.
