Create compare geospatial operation.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.6.0 (4.2.6)
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