Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
304 views
in Technique[技术] by (71.8m points)

Incorrect coordinates in url of google maps

I have a short url of Google Maps like this: https://goo.gl/maps/vRnHE6yvKvnixpGb7, which when opening it, you get the full url like this: https://www.google.com/maps/place/Abarrotes+%22La+Escondida%22/@28.6839691,-106.1021991,196m/data=!3m1!1e3!4m5!3m4!1s0x86ea43ae490dc3cd:0xabf595a99559d5d5!8m2!3d28.6839087!4d-106.1027089?shorturl=1.

The problem is that if the link correctly positions the place, but the latitude and longitude are not exactly correct, it has a margin of error of certain meters. How can I solve this problem or get the coordinates?

I have only these short URLs and I need to get their coordinates.

question from:https://stackoverflow.com/questions/65944996/incorrect-coordinates-in-url-of-google-maps

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

The coordinates after the @ are the center of the map, not the location, that is at the end of the URL: 28.6839087!4d-106.1027089 (28.6839087,-106.1027089)

https://www.google.com/maps/place/28%C2%B041'02.1%22N+106%C2%B006'09.8%22W/@28.6839214,-106.1049109,526m/data=!3m2!1e3!4b1!4m5!3m4!1s0x0:0x0!8m2!3d28.6839087!4d-106.1027089

screenshot of map

Related question: Decoding the Google Maps embedded parameters


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...