Conditional logic with location

Hi there !
I’m building an app that uses current device location. I have a list of cities in my database.
What I want don’t seem complex to me, but I can’t do it anyway : compare current device location with my list of cities, and do conditional things like show a button or do an action only if the condition is met.
I appreciate any help with that, thank you !

Outside of a list you can only compare the device location against a singular location, not list.

Inside of a list you can filter on the list AND have visibility conditions for icons within the list.


Like this, show walk icon if current location is within 1 mile of list location

Okay thank you !

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.