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

# map.addon.balloon

{% note info %}

The constructor of the map.addon.balloon class is hidden, as this class is not intended for autonomous initialization.

{% endnote %}

Static object.

The module that makes it possible to use a balloon for the map. Adds the [IBalloonOwner](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IBalloonOwner.md) interface to the map ([Map](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/Map.md)). When enabling package.full (the standard set of modules), it is available by default. If [Map](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/Map.md) is enabled separately, this module must be explicitly specified in the loader. If [map.addon.balloon](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/map.addon.balloon.md) if enabled separately after creating [Map](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/Map.md), the [IBalloonOwner](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IBalloonOwner.md) interface won't be added. Then in order to initialize the balloon manager, you will need to use the map.addon.balloon#get method.

[Methods](#methods-summary)

## Methods {#methods-summary}

#|
|| **Name** | **Returns** | **Description** ||
|| [get](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/map.addon.balloon.md#get)([map](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/map.addon.balloon.md#get-param-map)) | [IPopupManager](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPopupManager.md) | Returns map balloon manager.||
|#

## Methods details {#method_detail}

### get {#get}

```javascript
{IPopupManager} get(map)
```

**Returns** map balloon manager.

**Parameters:**

#|
|| **Parameter** | **Default value** | **Description**  ||
|| [`map`](#get-param-map)[*](*star) | — | Type: [Map](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/Map.md)

Map ||
|#

\* Mandatory parameter/option.

**Example:**

```javascript
ymaps.map.addon.balloon.get(myMap)
```

[*star]: Mandatory parameter/option.