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


# repr:View

### Diagram

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

### Description {#desc}

Sets the initial display parameters.

### Contains:

[gml:boundedBy](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/gml-boundedBy.md), [repr:mapType](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-mapType.md)

### Contained by:

[repr:Representation](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-Representation.md)

> ### repr:View
> 
> Part of a YMapsML document that sets starting parameters of a map (hybrid map type and viewport of the Caspian Sea region):
> 
> ```xml
>  <repr:View>
>     <repr:mapType>HYBRID</repr:mapType>
>     <gml:boundedBy>
>         <gml:Envelope>
>             <gml:lowerCorner>37.63 45.75</gml:lowerCorner>
>             <gml:upperCorner>47.63 55.75</gml:upperCorner>
>         </gml:Envelope>
>     </gml:boundedBy>
> </repr:View>
> ```

