aaronk Well-Known Member Licensed User Longtime User Dec 16, 2012 #1 Hello, Is there a way to find out how far away you are from a mobile phone tower when connected using 3G etc? I don't want a GPS type of thing, just want to display on the sceeen the distance the user is away from a mobile phone tower. Like, 'you are 1km from the phone tower'. Anyone have any ideas?
Hello, Is there a way to find out how far away you are from a mobile phone tower when connected using 3G etc? I don't want a GPS type of thing, just want to display on the sceeen the distance the user is away from a mobile phone tower. Like, 'you are 1km from the phone tower'. Anyone have any ideas?
lagore Active Member Licensed User Longtime User Dec 16, 2012 #2 If you want to do that then you will need to use the GPS to determine your actual position then use location manager to find your network position then get the distance between the two points Sent from my HTC One X using Tapatalk 2 Upvote 0
If you want to do that then you will need to use the GPS to determine your actual position then use location manager to find your network position then get the distance between the two points Sent from my HTC One X using Tapatalk 2
Erel B4X founder Staff member Licensed User Longtime User Dec 17, 2012 #3 You can use this library to find the location based on the 3g network: http://www.b4x.com/forum/additional...al-updates/13337-locationmanager-library.html It will not return the distance to tower. Upvote 0
You can use this library to find the location based on the 3g network: http://www.b4x.com/forum/additional...al-updates/13337-locationmanager-library.html It will not return the distance to tower.