---
keywords: gml:boundedBy
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/maps/ymapsml/doc/ru/llms.txt


# gml:boundedBy

### Диаграмма

![](../_images/boundedBy.png)

### Описание {#desc}

Содержит описание границ области показа геообъекта на карте.

Область показа для большинства геообъектов - это минимальный прямоугольник, который можно описать вокруг объекта. Область задается двумя геоточками, координаты которых содержатся в тегах [gml:lowerCorner](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/gml-lowerCorner.md) и [gml:upperCorner](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/gml-upperCorner.md).

Если элемент указан в теге [repr:View](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-View.md), то центр заданной области определяет начальный центр карты. Масштаб при показе подбирается так, чтобы область по возможности была видна в окне карты целиком.

### Содержит:

[gml:Envelope](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/gml-Envelope.md)

### Содержится в:

[repr:View](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-View.md), [ ymaps:GeoObject](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/ymaps-GeoObject.md), [ymaps:GeoObjectCollection](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/ymaps-GeoObjectCollection.md)

> ### gml:boundedBy
> 
> Область показа для озера Счастья:
> 
> ```xml
> <gml:boundedBy>
>     <gml:Envelope>
>         <gml:lowerCorner>47.221272 66.648404</gml:lowerCorner>
>         <gml:upperCorner>47.287155 66.665828</gml:upperCorner>
>     </gml:Envelope>
> </gml:boundedBy>
> ```

