imperiumlabs / GeoFirestore-Android

GeoFirestore for Android - Realtime location queries with Firestore
MIT License
123 stars 36 forks source link

getAtLocation wrong results #47

Open leonfriedrichsen opened 4 years ago

leonfriedrichsen commented 4 years ago

If you use the geoFirestore.getAtLocation () method, the radius is inaccurate to 10 kilometers.

fernandopretell commented 4 years ago

Me pasa lo mismo.

cbarrios commented 4 years ago

Hi guys, right now the method accepts meters instead of kilometers. I know it's confusing because the listener accepts it in km but this one is in meters.