Exp GeoCompare Method Aerospike
Create compare geospatial operation.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.0.0 (4.1.0)
Syntax

Examples

// Query region within coordinates. 
string region =
"{ " +
"  \"type\": \"Polygon\", " +
"  \"coordinates\": [ " +
"    [[-122.500000, 37.000000],[-121.000000, 37.000000], " +
"     [-121.000000, 38.080000],[-122.500000, 38.080000], " +
"     [-122.500000, 37.000000]] " +
"    ] " +
"}";
Exp.GeoCompare(Exp.GeoBin("a"), Exp.Geo(region))
See Also