queryAtLocation和queryWithRegion之间的区别?

时间:2016-07-03 18:16:00

标签: objective-c firebase firebase-realtime-database geofire

我理解queryAtLocation查询某个半径范围内的位置但是queryWithRegion是什么?它与queryAtLocation有何不同?

https://github.com/firebase/geofire-objc

1 个答案:

答案 0 :(得分:1)

具有半径的位置表示为圆形,但具有跨度的区域变为矩形。