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