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.
Initializes a new instance of the GeoJsonPoint class.
Properties
Gets the coordinates.
Gets the type of the GeoJson object.