Latitude/Longitude Question
Longitude and Latitude of known locations
html - How do I link to Google Maps with a particular longitude and latitude? - Stack Overflow
What is the correct definition of latitude and longitude?
How accurate are GPS coordinates on Google Maps?
What formats does Google Maps accept?
Can I search for a place using coordinates?
Videos
I can easily get the longitude and latitude of my house using Google Maps, but how can I display vertical and horizontal lines to tell me what locations are north-south-east-west from me? In other words, what European city would be due east of my home in South Carolina? Or, is Pittsburgh east or west of me?
Hi folks,
Context:
-
I'm working on a project where I need to collect the location data of various places
-
I'm using ArcGIS online and in order to create a map layer (it gives me a lot features I need)
-
ArcGIS can only read a layer from a CSV file with long/lat coordinates
-
I'm using Google Maps for research purposes as it has the locations I need
Problem: I can't find the long/lat coordinates from a location that is already saved in Google Maps/known locations in Google Maps.
For example, if I search for Buckingham Palace sure I will get the location I want, but how do I find the long/lat from pop-up page when you click on that locations? Google's instructions were not precise enough for what I need as it assumes I want to just drop a pin randomly and get the coordinates of the pin. That's not correct, I need the coordinates of known locations.
Thanks in advance!
The best way is to use q parameter so that it displays the map with the point marked. eg.:
https://maps.google.com/?q=<lat>,<lng>
This schema has changed again (23rd October 2018). See Kushagr's answer for the latest.
This for a map with the marker (via aaronm's comment):
https://www.google.com/maps/?q=-15.623037,18.388672
For an older example (no marker on this one):
https://www.google.com/maps/preview/@-15.623037,18.388672,8z
The oldest format:
http://maps.google.com/maps?ll=-15.623037,18.388672&spn=65.61535,79.013672