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


# repr:mapType

### Diagram

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

### Description {#desc}

Sets the initial map type.

The following map types are available:
- `MAP` -"Roadmap" map type. Schematic view of the objects in an area. Used by default.
- `SATELLITE` - "Satellite" map type. A satellite map of the area.
- `HYBRID` - "Hybrid" map type. Satellite map of an area with the borders of states and regions, road network, and names of geo objects overlaid on it.

### Contained by:

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

> ### repr:mapType
> 
> Hybrid map:
> 
> ```xml
> <repr:mapType>HYBRID</repr:mapType>
> ```

