FilterGeoWithinRadius(String, IndexCollectionType, Double, Double, Double, CTX) Method
Create geospatial "within radius" filter for query on collection index.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 6.0.1
public static Filter GeoWithinRadius(
string name,
IndexCollectionType type,
double lng,
double lat,
double radius,
params CTX[] ctx
)
- name String
- bin name
- type IndexCollectionType
- index collection type
- lng Double
- longitude
- lat Double
- latitude
- radius Double
- radius (meters)
- ctx CTX
- optional context for elements within a CDT
Filter