---
metadata:
  - name: generator
    content: Diplodoc Platform v5.48.2
alternate:
  - https://yandex.com.tr/support2/maps-builder/en/concept/markers_3.md
  - https://yandex.com.tr/support2/maps-builder/ru/concept/markers_3.md
  - https://yandex.com.tr/support2/maps-builder/tr/concept/markers_3.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com.tr/support2/maps-builder/en/llms.txt

# Exporting map items


You can save items from your map to Yandex.Disk using one of the supported file types.

These files can be used to import map points to navigation programs that allow you to import GPS coordinates. You can also use these files with the Yandex.Maps API or to view and save data in other programs (such as Google Earth).


{% note alert %}

Only information about your map items is saved during exporting.

{% endnote %}


To export items:

1. Click on **Export** in the Map type toolbar:
    
    ![](../_images/konstr_07.1.png)
    
1. In the **Export map objects** form, choose a file type:
    
    ![](../_images/konstr_12.png)
    
    File types:
    
    ![](../_images/konstr_btn.1.png) — [KML](#KML)

    ![](../_images/konstr_btn.0.png) — [XLSX](#xlsx)

    ![](../_images/konstr_btn.2.png) — [CSV](#CSV)

    ![](../_images/konstr_btn.3.png) — [GPX](#GPX)

    ![](../_images/konstr_btn.4.png) — [GeoJSON](#GeoJSON)
    
1. Click **Save to Yandex.Disk**.
    
    Your map items will be saved to Yandex.Disk in the **Map Constructor / Export** folder in the file format you chose with the name [Map name + Date + Time].


## KML {#KML}

**KML** (_Keyhole Markup Language_): an XML-based format. Use this format for importing map items that you created in Map Constructor to a map created using the Yandex.Maps API or Google Earth.

This file type saves placemarks (coordinates, description, label and color), lines, and polygons.

See [Displaying GPX and KML](https://tech.yandex.com/maps/jsbox/2.1/geoxml_display) in the Yandex.Maps API documentation for an example of using KML files in the Yandex.Maps API.

If you open your file using a program designed for viewing this file type (such as Google Earth), you will see your map items:

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


## XLSX {#xlsx}

XLSX (Microsoft Excel spreadsheet).

This file type saves placemarks (coordinates, description, label). Columns: latitude, longitude, description, label:

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


## CSV {#CSV}

**CSV** (_Comma-Separated Values_): a text format for presenting tabular data. This file type can be opened in text and table editors.

Text is divided into columns using special separator characters. To select the separator, click the appropriate **Separator** button: Comma, Semicolon, or Tab.

This file type saves placemarks (coordinates, description, label, number).

Coordinates are stored in the order [latitude, longitude].

If you open your file using a program designed for viewing this file type, you will see your map item data:

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


## GPX {#GPX}

**GPX** (_GPS eXchange Format_): an XML-based text format for storing and exchanging GPS data. It can be used in GPS apps and the Yandex.Maps API ([example](https://tech.yandex.com/maps/jsbox/2.1/geoxml_display)). For example, you can use it to set routes.

This file type saves placemarks and lines (only coordinates for both).


## GeoJSON {#GeoJSON}

**GeoJSON**: a geo-data format based on JSON.

Supported by the Yandex.Maps API, OpenLayers, Leaflet, Bing Maps, and Yahoo! Maps and other cartographic services ([example](https://tech.yandex.com/maps/jsbox/2.1/object_manager_geojson)).

This file type saves placemarks (coordinates, description, label, number, color), lines (coordinates, description, color) and polygons (coordinates, description, color).

Coordinates are stored in the order [latitude, longitude].


<!-- source: en/_includes/support-button.md -->
<br>

<a href="fb_maps-builder">
  <span class="button">Contact Support</span>
</a>

<br>


<!-- endsource: en/_includes/support-button.md -->

<!-- source: en/_includes/footer.md -->
<div width="100%" align="center"> 

<br>

You can also go to:

[![logo](https://yastatic.net/iconostasis/_/QwRnNSa6zcHijq2Uhp999sJWE7o.ico)![logo-text](https://yastatic.net/q/logoaas/v2/Yandex%20Map%20Constructor.svg)](https://yandex.com/map-constructor/)

<br>

</div>
<!-- endsource: en/_includes/footer.md -->

<!-- source: en/_includes/useful-links.md -->
<hr>


### Useful links

* [Map Constructor](https://yandex.com/map-constructor/)
* [Map Constructor API](https://yandex.com/dev/constructor/doc/en/)
<!-- endsource: en/_includes/useful-links.md -->
