gml:Point

Diagram

Description

Specifies the "placemark" type of geo object.

If ymaps: GeoObject has this tag, it indicates that the geo object is a placemark. The tag contains the placemark coordinates that are wrapped in the gml: pos tag.

Contains:

gml:description, gml:metaDataProperty, gml:name, gml:pos

May be included in elements by substitutions:

ymaps:GeoObject

gml:Point

Part of a YMapsML document that describes a placemark geo object:

<ymaps:GeoObject>
    <gml:name>Name</gml:name>
    <gml:description>Description</gml:description>
    <gml:Point>
        <gml:pos>-119.755992 34.406958</gml:pos>
    </gml:Point>
</ymaps:GeoObject>