Create geospatial "within radius" filter for query on collection index.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Filter GeoWithinRadius( string name, IndexCollectionType type, double lng, double lat, double radius )
Parameters
- name
- Type: SystemString
bin name - type
- Type: Aerospike.ClientIndexCollectionType
index collection type - lng
- Type: SystemDouble
longitude - lat
- Type: SystemDouble
latitude - radius
- Type: SystemDouble
radius (meters)
Return Value
Type: FilterSee Also