geometry.json.Point

Extends IGeometryJson.

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

Constructor | Fields

Constructor

geometry.json.Point()

Example:

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

Fields

Name

Type

Description

type

String

ID of the geometry type.

Inherited from IGeometryJson.

In this article: