I'm trying to tackle this problem about checking whether 2 users are in the same location (could be as big as a region or as small as a suburb) using their addresses. I was just wondering if this is possible?
And if in case I don't have their addresses, can I use GPS to track those two? Is there any API that I could use from Google Maps regarding this?
Cheers.
PS: my app heavily uses PHP and JavaScript.