Class GeoJsonMultiPointCoordinates
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll
Represents the coordinates of a GeoJson MultiPoint object.
[BsonSerializer(typeof(GeoJsonMultiPointCoordinatesSerializer<>))]
public class GeoJsonMultiPointCoordinates<TCoordinates> where TCoordinates : GeoJsonCoordinates
Type Parameters
TCoordinates
The type of the coordinates.
Inheritance
GeoJsonMultiPointCoordinates
Inherited Members
Constructors
GeoJsonMultiPointCoordinates(IEnumerable)
Initializes a new instance of the GeoJsonMultiPointCoordinates class.
Properties
Gets the positions.