I wonder is it possible to get coordinates (of pins) from Google Map which is integrated in some website?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
View the page's source code and see if they are being publicly published. For example: http://www.canada411.yellowpages.ca/search/si/1/mcdonalds%20restaurant/Toronto%2C%20ON?showDD=true If you view the source code on that page, you will be able to find the lat + long of each pushpin marker on the google maps map. Also, each record holds information about its lat + long regardless of it being shown on the map itself. Each webpage will be uniquely formatted. Some poking around in the source code may reveal a lot of information about the data to the user! Near the bottom of the source:
|
|||
|
|
Within Google Maps, right-clicking anywhere and then clicking "What's here?" on the contextual menu should return coordinates for the spot you clicked. |
|||
|
|