gml:posList

Diagram

Description

List of geo point coordinates.

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

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

Contained by:

gml:LinearRing, gml:LineString

gml:posList

Part of a YMapsML document that describes the coordinates of the ends of a line segment:

<gml:LineString>
    <gml:posList>32.199411 58.601185 32.189411 58.595185</gml:posList>
</gml:LineString>