J jkhazraji Active Member Licensed User Longtime User Mar 6, 2017 #1 Is it possible to get current device location by using the intent activity ? B4X: Dim i as intent i.Initialize("android.location.location.getLatitude","") StartActivity(i) End Sub Can intent object return values as altitude or longitude? Last edited: Mar 6, 2017
Is it possible to get current device location by using the intent activity ? B4X: Dim i as intent i.Initialize("android.location.location.getLatitude","") StartActivity(i) End Sub Can intent object return values as altitude or longitude?
DonManfred Expert Licensed User Longtime User Mar 6, 2017 #2 No. If you need the location you need to use GPS- and/or FusedLocationProvider-Library Upvote 0
J jkhazraji Active Member Licensed User Longtime User Mar 6, 2017 #3 Thanks for your reply..Although my question is still unanswered, is there a short snippet to get the current altitude and longitude? Upvote 0
Thanks for your reply..Although my question is still unanswered, is there a short snippet to get the current altitude and longitude?
DonManfred Expert Licensed User Longtime User Mar 6, 2017 #4 jkhazraji said: Although my question is still unanswered Click to expand... No it isn´t. The Answer is no. to both questions. See GPS tutorial for the needed code. Upvote 0
jkhazraji said: Although my question is still unanswered Click to expand... No it isn´t. The Answer is no. to both questions. See GPS tutorial for the needed code.