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


# gml:Point

### Diagram

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

### Description {#desc}

Specifies the "placemark" type of geo object.

If [ymaps: GeoObject](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/ymaps-GeoObject.md) 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](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/gml-pos.md) tag.

### Contains:

[gml:description](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/gml-description.md), [gml:metaDataProperty](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/gml-metaDataProperty.md), [gml:name](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/gml-name.md), [gml:pos](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/gml-pos.md)

### May be included in elements by substitutions:

[ymaps:GeoObject](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/ymaps-GeoObject.md)

> ### gml:Point
> 
> Part of a YMapsML document that describes a placemark geo object:
> 
> ```xml
> <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>
> ```

