I am trying to list specific messages from a database on a grid(I am building a kinda messaging app)
I want to discart some messages that dont meet a distance requirement,and only list specific messages.
(Actually my main condition is ,if the distance of two gps points is smaller than 100meter then show the messages.I know how to impement that thing on javascript but I can't find how to make that thing "play" with appery)