Class GeoJsonPoint

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.GeoJsonObjectModel

Assembly

MongoDB.Driver.dll

Represents a GeoJson Point object.

[BsonSerializer(typeof(GeoJsonPointSerializer<>))]
public class GeoJsonPoint<TCoordinates> : GeoJsonGeometry<TCoordinates> where TCoordinates : GeoJsonCoordinates

Type Parameters

TCoordinates

The type of the coordinates.

Inheritance

GeoJsonPoint

Inherited Members

Constructors

GeoJsonPoint(GeoJsonObjectArgs, TCoordinates)

Initializes a new instance of the GeoJsonPoint class.

GeoJsonPoint(TCoordinates)

Initializes a new instance of the GeoJsonPoint class.

Properties

Coordinates

Gets the coordinates.

Type

Gets the type of the GeoJson object.