Google Place get Share Link Maps by Place ID
Matthew Martinez
I would like to get place maps link by place id ex Maps Place Link
I have this place ID ChIJfybAIuXzaS4R8vsIwXnJcz8 and also coordinate long 106.8271745 and lat -6.2285397
Q: How to generate share link like above? I try to generate manually with string name and long lat then put it in google maps place url but it is not correct sometime
Thanks
1 Answer
The recommended by Google and most straight forward way is using the Google Maps URLs API. You can read about this API here:
Using the Google Maps URLs you can create the following link for your place:
The result will be as shown in my screenshot
I hope this helps!