Class GeoJsonMultiPoint<TCoordinates>
- Namespace
 - MongoDB.Driver.GeoJsonObjectModel
 
- Assembly
 - MongoDB.Driver.dll
 
Represents a GeoJson MultiPoint object.
[BsonSerializer(typeof(GeoJsonMultiPointSerializer<>))]
public class GeoJsonMultiPoint<TCoordinates> : GeoJsonGeometry<TCoordinates> where TCoordinates : GeoJsonCoordinates
  Type Parameters
TCoordinatesThe type of the coordinates.
- Inheritance
 - 
      
      GeoJsonObject<TCoordinates>GeoJsonGeometry<TCoordinates>GeoJsonMultiPoint<TCoordinates>
 
- Inherited Members
 
Constructors
- GeoJsonMultiPoint(GeoJsonMultiPointCoordinates<TCoordinates>)
 Initializes a new instance of the GeoJsonMultiPoint<TCoordinates> class.
- GeoJsonMultiPoint(GeoJsonObjectArgs<TCoordinates>, GeoJsonMultiPointCoordinates<TCoordinates>)
 Initializes a new instance of the GeoJsonMultiPoint<TCoordinates> class.
Properties
- Coordinates
 Gets the coordinates.
- Type
 Gets the type of the GeoJson object.