How to get coordinates from Google Maps share url on Android
0
I'm trying to decode this url: https://www.google.com/maps/place//data=!4m2!3m1!1s0x4745bd4af4e60a51:0xd62aba005d92953d?utm_source=mstt_1LM_pY9N8KOrk5pGERKQRIPXvuU12TY I am guessing that "0x4745bd4af4e60a51:0xd62aba005d92953d" is the part storing the coordinates but I am not sure how to decode it. I tried to convert it from hex to decimal but it doesn't give me a coordinate value.
android url maps
share | improve this question
asked Jan 2 at 19:31
Adrian Adrian
366 5 17