GeoFlutterFire icon indicating copy to clipboard operation
GeoFlutterFire copied to clipboard

How to apply geoCollection.within for polygons

Open tyler-jewell opened this issue 2 years ago • 0 comments

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?

tyler-jewell avatar Mar 23 '22 23:03 tyler-jewell