GeoFlutterFire
GeoFlutterFire copied to clipboard
How to apply geoCollection.within for polygons
I am storing polygons in firebase with this model:
document.data() = {'polygonPoints': [GeoPointA, GeoPointB, ...]}
How would I create a stream of data that checks which polygons have at least one geoPoint within a given lat/lng + radius?