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

# objectManager.addon.objectsHint

{% note info %}

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

{% endnote %}

Static object.

[Methods](#methods-summary)

**Example:**

```javascript

```

## Methods {#methods-summary}

#|
|| **Name** | **Returns** | **Description** ||
|| [get](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/objectManager.addon.objectsHint.md#get)() | [IPopupManager](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPopupManager.md) | Returns hint manager [ObjectManager](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/ObjectManager.md).||
|#

## Methods details {#method_detail}

### get {#get}

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

**Returns** hint manager [ObjectManager](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/ObjectManager.md).

**Example:**

```javascript
ymaps.objectManager.addon.objectsHint.get(myMap)
```