I am trying to run Example 1 under Geospatial Queries found at http://docs.appery.io/documentation/b...
However, I want to enter three variables instead of three constants into the WHERE clause : the lat and long for $nearSphere and the $MaxDistanceinMiles.
From the example:
Query 1 (80 miles diameter around Vienna):
{
"location" : {
"$nearSphere" : [48.208, 16.373],
"$maxDistanceInMiles" : 80
}
}
I do not see documentation regarding placing more than one variable into the WHERE clause. Could you point me to documentation that would provide details on how to achieve this?