MongoCollection.GeoNearAs Method |
Name | Description | |
---|---|---|
![]() | GeoNearAs<TDocument>(GeoNearArgs) |
Runs a GeoNear command on this collection.
|
![]() | GeoNearAs(Type, GeoNearArgs) |
Runs a GeoNear command on this collection.
|
![]() | GeoNearAs<TDocument>(IMongoQuery, Double, Double, Int32) | Obsolete.
Runs a GeoNear command on this collection.
|
![]() | GeoNearAs<TDocument>(IMongoQuery, Double, Double, Int32, IMongoGeoNearOptions) | Obsolete.
Runs a GeoNear command on this collection.
|
![]() | GeoNearAs(Type, IMongoQuery, Double, Double, Int32) | Obsolete.
Runs a GeoNear command on this collection.
|
![]() | GeoNearAs(Type, IMongoQuery, Double, Double, Int32, IMongoGeoNearOptions) | Obsolete.
Runs a GeoNear command on this collection.
|