Table of Contents

Class GeoNearPoint

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Represents a GeoNearPoint (wraps either an XYPoint or a GeoJsonPoint).

public abstract class GeoNearPoint
Inheritance
GeoNearPoint
Derived
Inherited Members
Extension Methods

Operators

implicit operator GeoNearPoint(GeoJsonPoint<GeoJson2DCoordinates>)

Implicit conversion to wrap a 2D GeoJson point in a GeoNearPoint value.

implicit operator GeoNearPoint(GeoJsonPoint<GeoJson2DGeographicCoordinates>)

Implicit conversion to wrap a 2D GeoJson point in a GeoNearPoint value.

implicit operator GeoNearPoint(GeoJsonPoint<GeoJson2DProjectedCoordinates>)

Implicit conversion to wrap a 2D GeoJson point in a GeoNearPoint value.

implicit operator GeoNearPoint(XYPoint)

Implicit conversion to wrap an XYPoint in a GeoNearPoint value.