GeoFlutterFire icon indicating copy to clipboard operation
GeoFlutterFire copied to clipboard

Wrong query results.

Open MartinJLee opened this issue 4 years ago • 0 comments

I have a number of places in the firestore and query based on camera and map area. The query results in two very closed areas seem returning very different results. I wonder if anyone noticed same issue or not.

First query. I/flutter (31316): mapBount LatLngBounds(LatLng(-27.244144444489905, 153.01070496439934), LatLng(-27.226180280815736, 153.0214649811387)) I/flutter (31316): cameraPosition CameraPosition(bearing: 0.0, target: LatLng(-27.235162874082953, 153.01608514040709), tilt: 0.0, zoom: 15.647454261779785) I/flutter (31316): distance 1.132889838420797 Screenshot_1590229750

Second query. I/flutter (31316): mapBount LatLngBounds(LatLng(-27.244056510291326, 153.0103173851967), LatLng(-27.226092332425395, 153.02107740193605)) I/flutter (31316): cameraPosition CameraPosition(bearing: 0.0, target: LatLng(-27.235074932787835, 153.01569756120443), tilt: 0.0, zoom: 15.647454261779785) I/flutter (31316): distance 1.132890735421088 Screenshot_1590229758

MartinJLee avatar May 23 '20 10:05 MartinJLee