Greetings to all, what’s the best way to fetch store table of users using the latitude and longitude to show all stores within a radius since the store has only relation with the user ‘objectId’ not with Geolocation. (I believe would be a Relations Depth: 2)
- Table Users a column location (with relation 1:1 to Geopoint).
- Table Store has a relation 1:1 to table Users (objectId).
The goal is to fetch the store and users data based in geopoints.
I already tried some variations from the examples on (geo_radius_based_search.html) but couldn’t reach the store table data just the user.
Looking for Rest API or Javascript Backendless examples. Regards