Table of Contents

Method GetHitImplementation

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

GetHitImplementation(int)

Gets an individual hit.

protected abstract GeoNearResult.GeoNearHit GetHitImplementation(int index)

Parameters

index int

The zero based index of the hit.

Returns

GeoNearResult.GeoNearHit

The hit.