Table of Contents

Method GeoSpatialSpherical

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

GeoSpatialSpherical(string)

Sets the key name to create a spherical geospatial index on.

public static IndexKeysBuilder GeoSpatialSpherical(string name)

Parameters

name string

The key name.

Returns

IndexKeysBuilder

The builder (so method calls can be chained).