Table of Contents

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

x double
y double

Properties

Values

public override ReadOnlyCollection<double> Values { get; }

Property Value

ReadOnlyCollection<double>

X

public double X { get; }

Property Value

double

Y

public double Y { get; }

Property Value

double