Point - where clause

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. :frowning:

Thank you for your attention!
Dino

Hi Dino,

Please watch this video, I describe in there how to compose that query. It is for Codeless, but the format of the query is the same:

Regards,
Mark

1 Like

Great! Works perfectly!!

Thank you Mark! :slight_smile: