Create geospatial "within region" filter for query on collection index.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public static Filter GeoWithinRegion( string name, IndexCollectionType type, string region )
Parameters
- name
- Type: SystemString
bin name - type
- Type: Aerospike.ClientIndexCollectionType
index collection type - region
- Type: SystemString
GeoJSON region
Return Value
Type: FilterSee Also