Table of Contents

Constructor GeoJson2DCoordinates

Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll

GeoJson2DCoordinates(double, double)

Initializes a new instance of the GeoJson2DCoordinates class.

public GeoJson2DCoordinates(double x, double y)

Parameters

x double

The x coordinate.

y double

The y coordinate.