gml:boundedBy

Diagram

Description

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 and gml:upperCorner tags.

If the element is specified in the repr:View 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

Contained by:

repr:View, ymaps:GeoObject, ymaps:GeoObjectCollection

gml:boundedBy

Viewport for the Lake of Happiness:

<gml:boundedBy>
    <gml:Envelope>
        <gml:lowerCorner>47.221272 66.648404</gml:lowerCorner>
        <gml:upperCorner>47.287155 66.665828</gml:upperCorner>
    </gml:Envelope>
</gml:boundedBy>