Share via


AreaGeometry Class

Definition

GeoJSON geometry, representing the area circle's center.

public class AreaGeometry
type AreaGeometry = class
Public Class AreaGeometry
Inheritance
AreaGeometry

Constructors

AreaGeometry(GeoJsonGeometryType, IEnumerable<Single>)

Initializes a new instance of AreaGeometry.

Properties

Coordinates

Coordinates of the area circle's center, represented according to the GeoJSON standard. This is an array of 2 decimal numbers, longitude and latitude (precisely in this order).

Type

GeoJSON geometry type.

Applies to