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


# gml:boundedBy

### Diagram

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

### Description {#desc}

Contains a description of the boundaries of the viewport of a geo object on the map.

The viewport for most geo objects is the minimal rectangle around the object. The viewport is set by two geo points, the coordinates of which are contained in the [gml:lowerCorner](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/gml-lowerCorner.md) and [gml:upperCorner](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/gml-upperCorner.md) tags.

If the element is specified in the [repr:View](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-View.md) tag, the center of the set viewport defines the initial center of the map. The zoom level is selected so that the entire viewport is visible in the map window, when possible.

### Contains:

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

### Contained by:

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

> ### gml:boundedBy
> 
> Viewport for the Lake of Happiness:
> 
> ```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>
> ```

