Exp GeoBin Method Aerospike
Create geospatial bin expression.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.4.0 (4.1.4)
Syntax

Parameters

name
Type: System String
Examples

// Geo bin "a" == region 
string region = "{ \"type\": \"AeroCircle\", \"coordinates\": [[-122.0, 37.5], 50000.0] }";
Exp.GeoCompare(Exp.GeoBin("loc"), Exp.Val(region))
See Also