I have a trouble using a google map link with longitutes and latitudes that I give from an android application. The link is fine, except that when I open the link from my android device I cannot see the red spot that points the exact place. I only see the map zoomed-into that place but not the pointer itself. Do you know how I can fix this??? The url is:
String msgbody = "I am in: " + "https://www.google.gr/maps/@" + lat + "," + lng + ",16.5z/data=!4m2!3m1!1s0x0:0x0";