I recently found out about Tasker on Android.
I am thinking of performing some task on Device Unlock.
But I want to avoid doing it over and over again, unless the location has "changed".
(eg. by 5 metres or by 1km, doesn't matter, whatever easiest, I'm just experimenting)
How do you create a Task that does this:
IF current location is "different" from %LastLocation
Perform some task
Set %LastLocation = current location
END IF
I just need approximate location that uses minimum power.
I don't think Location Without Tears helps because I am trying to use it in a Task, not Context.
I'd appreciate JavaScript solution as well.