Class GeoJson2DGeographicCoordinates
- Namespace
- MongoDB.Driver.GeoJsonObjectModel
- Assembly
- MongoDB.Driver.dll
public class GeoJson2DGeographicCoordinates : GeoJsonCoordinates, IEquatable<GeoJsonCoordinates>
- Inheritance
-
GeoJson2DGeographicCoordinates
- Implements
- Inherited Members
Constructors
GeoJson2DGeographicCoordinates(double, double)
public GeoJson2DGeographicCoordinates(double longitude, double latitude)
Parameters
Properties
Latitude
public double Latitude { get; }
Property Value
Longitude
public double Longitude { get; }
Property Value
Values
public override ReadOnlyCollection<double> Values { get; }