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


# gml:Point

### Диаграмма

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

### Описание {#desc}

Указывает тип геообъекта "метка".

Наличие данного тега у [ymaps:GeoObject](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/ymaps-GeoObject.md) указывает на то, что геообъект является меткой. Тег содержит координаты метки, которые оборачиваются в тег [gml:pos](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/gml-pos.md).

### Содержит:

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

### Может содержаться в элементах с помощью подстановок:

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

> ### gml:Point
> 
> Фрагмент YMapsML-документа, описывающего геообъект - метку:
> 
> ```xml
> <ymaps:GeoObject>
>     <gml:name>Имя</gml:name>
>     <gml:description>Описание</gml:description>
>     <gml:Point>
>         <gml:pos>-119.755992 34.406958</gml:pos>
>     </gml:Point>
> </ymaps:GeoObject>
> ```

