Class GeoJson2DGeographicCoordinates
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll
Represents a GeoJson 2D geographic position (longitude, latitude).
[BsonSerializer(typeof(GeoJson2DGeographicCoordinatesSerializer))]
public class GeoJson2DGeographicCoordinates : GeoJsonCoordinates, IEquatable<GeoJsonCoordinates>
Inheritance
GeoJson2DGeographicCoordinates
Implements
Inherited Members
Constructors
GeoJson2DGeographicCoordinates(double, double)
Initializes a new instance of the GeoJson2DGeographicCoordinates class.
Properties
Gets the latitude.
Gets the longitude.
Gets the coordinate values.