---
metadata:
  - name: generator
    content: Diplodoc Platform v5.39.1
alternate:
  - https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/geometry.json.Point.md
  - https://yandex.com/dev/jsapi-v2-1/doc/ru/v2-1/ref/reference/geometry.json.Point.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/jsapi-v2-1/doc/en/llms.txt

# geometry.json.Point

Extends [IGeometryJson](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IGeometryJson.md).

An object that defines the JSON representation of the "Point" geometry.

[Constructor](#constructor-summary) | [Fields](#properties-summary)

## Constructor {#constructor-summary}

```javascript
geometry.json.Point()
```

**Example:**

```javascript
var geometryJson = {
    type: "Point",
    coordinates: [1, 2]
};
```

## Fields {#properties-summary}

#|
|| **Name** | **Type** | **Description** ||
|| [type](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IGeometryJson.md#type) | String| ID of the geometry type.

Inherited from [IGeometryJson](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IGeometryJson.md#type). ||
|#

