Form Google Maps URL that searches for a specific

2019-03-07 19:00发布

I have the longitude and latitude and the name of the place I want to look for. How do I edit the Google Maps URL so that I obtain all the places (name of the places) near a set of coordinates?

I know I could do this using Google Map API, but just for a link seems a lot of trouble.

7条回答
▲ chillily
2楼-- · 2019-03-07 19:57

additional info:

http://maps.google.com/maps?q=loc: put in latitude and longitude after, example:

http://maps.google.com/maps?q=loc:51.03841,-114.01679

this will show pointer on map, but will suppress geocoding of the address, best for a location without an address, or for a location where google maps shows the incorrect address.

查看更多
登录 后发表回答