我在构建或运行我的应用时没有任何问题。我存储在解析一个地理点上,我正在与另一个在运行中创建的点对比。
它们之间的距离是1米。
这不会返回任何一点:
query.whereKey("Coordinate", nearGeoPoint: currentLocation, withinKilometers: 15.0)
返回1米远点:
query.whereKey("Coordinate", nearGeoPoint: currentLocation)
然后返回1米远点:`
query.whereKey("Coordinate", nearGeoPoint: currentLocation, withinKilometers: 155555555.0)
为什么会这样?感谢