Class GeoJson3DGeographicCoordinates
- Namespace
- MongoDB.Driver.GeoJsonObjectModel
- Assembly
- MongoDB.Driver.dll
Represents a GeoJson 3D geographic position (longitude, latitude, altitude).
[BsonSerializer(typeof(GeoJson3DGeographicCoordinatesSerializer))]
public class GeoJson3DGeographicCoordinates : GeoJsonCoordinates, IEquatable<GeoJsonCoordinates>
- Inheritance
-
GeoJson3DGeographicCoordinates
- Implements
- Inherited Members
Constructors
- GeoJson3DGeographicCoordinates(double, double, double)
Initializes a new instance of the GeoJson3DGeographicCoordinates class.
Properties
- Altitude
Gets the altitude.
- Latitude
Gets the latitude.
- Longitude
Gets the longitude.
- Values
Gets the coordinate values.