Method | Description | |
---|---|---|
GetEnumerator ( ) : IEnumerator |
Gets an enumerator for the hits.
|
|
this ( int index ) : GeoNearHit |
Gets an individual hit.
|
Method | Description | |
---|---|---|
GeoNearHits ( ) : System |
Initializes a new instance of the GeoNearHits class.
|
|
GetEnumeratorImplementation ( ) : IEnumerator |
Gets the enumerator.
|
|
GetHitImplementation ( int index ) : GeoNearHit |
Gets an individual hit.
|
Method | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator |
protected abstract GetEnumeratorImplementation ( ) : IEnumerator |
||
return | IEnumerator |
protected abstract GetHitImplementation ( int index ) : GeoNearHit | ||
index | int | The zero based index of the hit. |
return | GeoNearHit |
public this ( int index ) : GeoNearHit | ||
index | int | The zero based index of the hit. |
return | GeoNearHit |