Table of Contents

Class GeoJsonPoint<TCoordinates>

Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll
public class GeoJsonPoint<TCoordinates> : GeoJsonGeometry<TCoordinates> where TCoordinates : GeoJsonCoordinates

Type Parameters

TCoordinates
Inheritance
GeoJsonObject<TCoordinates>
GeoJsonGeometry<TCoordinates>
GeoJsonPoint<TCoordinates>
Inherited Members

Constructors

GeoJsonPoint(GeoJsonObjectArgs<TCoordinates>, TCoordinates)

public GeoJsonPoint(GeoJsonObjectArgs<TCoordinates> args, TCoordinates coordinates)

Parameters

args GeoJsonObjectArgs<TCoordinates>
coordinates TCoordinates

GeoJsonPoint(TCoordinates)

public GeoJsonPoint(TCoordinates coordinates)

Parameters

coordinates TCoordinates

Properties

Coordinates

public TCoordinates Coordinates { get; }

Property Value

TCoordinates

Type

public override GeoJsonObjectType Type { get; }

Property Value

GeoJsonObjectType