Good morning!
I get the coordinates (lat and long) from sub: "Location_LocationChanged".
I want to send with email
a link of google maps like:
("... google.com/maps?q=45.36700435,11.05954825")
Unfortunately when i receive email i have another link:
"... google.com/maps?qE.36700435,11.05954825"
(without "=" and "E" instead of "45")
some ideas?
tnx in advance!!!
I get the coordinates (lat and long) from sub: "Location_LocationChanged".
I want to send with email
B4X:
mySmtp.body = bodyText
B4X:
"http://maps.google.com/maps?q=" & "lat" & "," & "long"
Unfortunately when i receive email i have another link:
"... google.com/maps?qE.36700435,11.05954825"
(without "=" and "E" instead of "45")
some ideas?
tnx in advance!!!