Hi guys,
I’m collaborating on project that currently we’re converting the native app into Flutter. We have a map and we want only show the records for the area that show on visible part of the map, not load all records from the table.
The problem is, we have a field with data type POINT and we can’t figure out how to do the whereClause. Is any way to filter per latitude and longitude?
We can’t change the data type because will affect the native app and web app.
Thank you for your attention!
Dino