Table of Contents

Class GeoJsonFeatureArgs<TCoordinates>

Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll
public class GeoJsonFeatureArgs<TCoordinates> : GeoJsonObjectArgs<TCoordinates> where TCoordinates : GeoJsonCoordinates

Type Parameters

TCoordinates
Inheritance
GeoJsonObjectArgs<TCoordinates>
GeoJsonFeatureArgs<TCoordinates>
Inherited Members

Constructors

GeoJsonFeatureArgs()

public GeoJsonFeatureArgs()

Properties

Id

public BsonValue Id { get; set; }

Property Value

BsonValue

Properties

public BsonDocument Properties { get; set; }

Property Value

BsonDocument