Hi
I do the following call and correctly get all items near London
{ "addressgeo" : { "$nearSphere" : [51.5072, 0.1275 ], "$maxDistanceInMiles" : 20 } }
Note : London Lat & Long is [ 51.5072, 0.1275 ]
When I do the same call for items around Adelaide
{ "addressgeo" : { "$nearSphere" : [-34.928,138.5999594], "$maxDistanceInMiles" : 20 } }
I get the following error
{
"status":"400 Bad Request",
"url":"https://api.appery.io/rest/1/db/colle...",
"response":{
"code":"DBSQ264",
"description":"Mongo error: error code is '17444'"
}
}
Note : Adelaide Lat & Long is [ -34.928, 138.5999594]