ocalle Active Member Licensed User Longtime User May 11, 2018 #1 Hello, i amazed with the examples of Warwound and Klaus, my question is Need send by sms a link the as follows https://maps.google.com/?ll=latitude,longitude When the user receive the sms need double click in the link and open google maps. Sincerely and thanks Osvaldo
Hello, i amazed with the examples of Warwound and Klaus, my question is Need send by sms a link the as follows https://maps.google.com/?ll=latitude,longitude When the user receive the sms need double click in the link and open google maps. Sincerely and thanks Osvaldo
DonManfred Expert Licensed User Longtime User May 11, 2018 #2 ocalle said: Need send by sms a link the as follows Click to expand... B4X: Dim Sms1 As PhoneSms Sms1.Send(phone number,"https://maps.google.com/?ll=latitude,longitude") ' Adapt to real Values Upvote 0
ocalle said: Need send by sms a link the as follows Click to expand... B4X: Dim Sms1 As PhoneSms Sms1.Send(phone number,"https://maps.google.com/?ll=latitude,longitude") ' Adapt to real Values
ocalle Active Member Licensed User Longtime User May 11, 2018 #3 Many Thanks, i mean how get the values from the GPS Lat and Long for one point?. Upvote 0
DonManfred Expert Licensed User Longtime User May 11, 2018 #4 Use the GPS Library to get the GPS Position to use Upvote 0
KMatle Expert Licensed User Longtime User May 11, 2018 #5 ocalle said: Many Thanks, i mean how get the values from the GPS Lat and Long for one point?. Click to expand... Please do not expand one question with another and so on. Here you can use the search function with "GPS" and you'll find tons of examples. Upvote 0
ocalle said: Many Thanks, i mean how get the values from the GPS Lat and Long for one point?. Click to expand... Please do not expand one question with another and so on. Here you can use the search function with "GPS" and you'll find tons of examples.