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


# gml:upperCorner

### Diagram

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

### Description {#desc}

Coordinates of the upper corner of the viewport.

The upper corner of the viewport is the point at which each of the coordinates has the largest value among all the points within the viewport.

For the Northern hemisphere, this is the north-eastern corner of the viewport. Longitude and latitude are separated by a space.

### Contained by:

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

> ### gml:upperCorner
> 
> The upper corner of the viewport of the Caspian Sea:
> 
> ```
> <gml:upperCorner>47.63 55.75</gml:upperCorner>
> ```

