Class GeoNearResult.GeoNearHits
Represents a collection of GeoNear hits.
public abstract class GeoNearResult.GeoNearHits : IEnumerable
- Inheritance
-
GeoNearResult.GeoNearHits
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
- GeoNearHits()
Initializes a new instance of the GeoNearHits class.
Properties
- Count
Gets the count of the number of hits.
- this[int]
Gets an individual hit.
Methods
- GetEnumerator()
Gets an enumerator for the hits.
- GetEnumeratorImplementation()
Gets the enumerator.
- GetHitImplementation(int)
Gets an individual hit.