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

# geometryEditor.view.MultiPath

{% note info %}

The constructor of the geometryEditor.view.MultiPath class is hidden, as this class is not intended for autonomous initialization.

{% endnote %}

View of a set of contours. The constructor is not available in the package.full (a standard set of modules). This module is loaded on demand.

[Methods](#methods-summary)

## Methods {#methods-summary}

#|
|| **Name** | **Returns** | **Description** ||
|| [getEdgePlacemarks](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/geometryEditor.view.MultiPath.md#getEdgePlacemarks)() | [GeoObjectCollection](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/GeoObjectCollection.md)
| Returns a collection of interim placemarks of child contour views. ||
|| [getPathViews](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/geometryEditor.view.MultiPath.md#getPathViews)() | [geometryEditor.view.Path](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/geometryEditor.view.Path.md)[]
| Returns an array of views of child contours. ||
|| [getVertexPlacemarks](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/geometryEditor.view.MultiPath.md#getVertexPlacemarks)() | [GeoObjectCollection](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/GeoObjectCollection.md)
| Returns a collection of vertex placemarks of child contour views. ||
|#

## Methods details {#method_detail}

### getEdgePlacemarks {#getEdgePlacemarks}

```javascript
{GeoObjectCollection} getEdgePlacemarks()
```

**Returns** a collection of interim placemarks of child contour views.

### getPathViews {#getPathViews}

```javascript
{geometryEditor.view.Path[]} getPathViews()
```

**Returns** an array of views of child contours.

### getVertexPlacemarks {#getVertexPlacemarks}

```javascript
{GeoObjectCollection} getVertexPlacemarks()
```

**Returns** a collection of vertex placemarks of child contour views.
