How to Verify a user's current location coordinates has changed with a minimum distance of 300ft

I have a table with a users current location using "Here()"

 

I also have an action button that the user hits and a rule to watch if the users current location has exceeded about 300ft from the current location [Interest/Departure Spot]  of the time they hit the action button.

 

Only if this condition is true

This action is available only for rows of the table that satisfy this condition

(DISTANCE([Interest/Departure Spot], here()) * 0.621371)>0.10

 

I am trying to use this action which adds data to a row  ONLY if the current location actually reaches apprx 300 feet from initial location

Will this condition still allow me to update the data only if the users location exceeds apprx 300ft? 

0 7 202
7 REPLIES 7