Table of Contents

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

longitude double
latitude double

Properties

Latitude

public double Latitude { get; }

Property Value

double

Longitude

public double Longitude { get; }

Property Value

double

Values

public override ReadOnlyCollection<double> Values { get; }

Property Value

ReadOnlyCollection<double>