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


# gml:posList

### Diagram

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

### Description {#desc}

List of geo point coordinates.

Longitude and latitude as well as pairs of coordinates are separated by a space.

{% note alert %}

The list must contain at least two points (two coordinate pairs).

{% endnote %}

### Contained by:

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

> ### gml:posList
> 
> Part of a YMapsML document that describes the coordinates of the ends of a line segment:
> 
> ```xml
> <gml:LineString>
>     <gml:posList>32.199411 58.601185 32.189411 58.595185</gml:posList>
> </gml:LineString>
> ```

