Class GeoJson2DCoordinates
- Namespace
- MongoDB.Driver.GeoJsonObjectModel
- Assembly
- MongoDB.Driver.dll
public class GeoJson2DCoordinates : GeoJsonCoordinates, IEquatable<GeoJsonCoordinates>
- Inheritance
-
GeoJson2DCoordinates
- Implements
- Inherited Members
Constructors
GeoJson2DCoordinates(double, double)
public GeoJson2DCoordinates(double x, double y)
Parameters
Properties
Values
public override ReadOnlyCollection<double> Values { get; }
Property Value
X
public double X { get; }
Property Value
Y
public double Y { get; }