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

# Rendering geographical objects

The Yandex.Maps service lets you put visual objects on maps: geo objects (placemarks, polylines and polygons), as well as balloons and popup hints.

All YMapsML elements that are used for describing [geometric and graphical data](https://yandex.ru/dev/maps/ymapsml/doc/en/guide/concepts/geodata.md) have visual representations and are displayed via geo objects.

The table shows the relationship between YMapsML elements and geo objects.

#|
|| **YMapsML element and corresponding geometric shape** | **Geo object and its name** ||
|| [gml:Point](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/gml-Point.md)
geometric point | [ymaps.Placemark](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/Placemark)
placemark ||
|| [gml:LineString](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/gml-LineString.md)
polyline | [ymaps.Polyline](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/Polyline)
polyline ||
|| [gml:LinearRing](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/gml-LinearRing.md)
closed polyline | [ymaps.Polyline](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/Polyline)
polyline ||
|| [gml:Polygon](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/gml-Polygon.md)
polygon | [ymaps.Polygon](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/Polygon)
polygon ||
|#
