🌐
Wikihow
wikihow.com › computers and electronics › internet › website application instructions › google applications › google maps › how to get latitude and longitude from google maps
How to Get Latitude and Longitude from Google Maps
February 19, 2026 - A small pop-up will appear with the latitude and longitude at the top.[2] X Research source · The latitude and longitude are written as coordinates. For example, 43.835140893792065, -102.39237003211397.
🌐
Google Support
support.google.com › maps › answer › 18539
Search by latitude & longitude in Google Maps - Computer - Google Maps Help
On the map, right-click the place or area. A pop-up window appears. At the top, you can find your latitude and longitude in decimal format. To copy the coordinates, click on the latitude and longitude.
Discussions

How can I enter latitude and longitude in Google Maps? - Stack Overflow
I tried entering it into Google Maps but so far, no luck. It was taken from an old diary so I think I may need to change the format somehow. ... Save this answer. ... Show activity on this post. It's actually fairly easy, just enter it as a latitude,longitude pair, ie 46.38S,115.36E (which is in the middle of the ocean). You'll want to convert it to decimal though (divide the minutes portion by 60 and add it to the degrees [I've done that with your example... More on stackoverflow.com
🌐 stackoverflow.com
What are those 10-digit, all-numeric location codes (NOT "plus codes") on Google Maps?
Do a Google search for that string. First result is this PDF . Here is that spot on the PDF, with that code: https://imgur.com/a/kELMZh7 Check the next result . Specifically here: https://imgur.com/a/GxIKXRz Thus, I guess it is an APN . I've never noticed these on Maps before, nor do I know really anything about them. Weird! More on reddit.com
🌐 r/google
12
5
September 12, 2018
Extracting longitude and latitude from Google Maps Url
Is it possible that the second coordinate is prefaced by 4d instead of 3d? I'm trying to create the formula and there isn't a second 3d. More on reddit.com
🌐 r/Notion
6
3
December 6, 2023
Google Maps API Lesson
As I see it, the steps to accomplish this task are basically: Find the latitude/longitude for the given address, i.e. geocode the address. Use those coordinates to calculate the latitude/longitude of the location 138 miles due north. The longitude should be the same since we're not moving west or east at all. According to Wikipedia, a difference of one degree latitude ≈ 111km . (Technically, it varies a tiny bit depending on how far away you are from the equator, but fortunately the question says “roughly”.) Doubling that, 222 km (138 mi) correponds to a two-degree difference in latitude, we simply add 2 to the latitude we got from the last step. What a convenient distance! Take the latitude/longitude from the previous step and use reverse geocoding to find the closest address to that point. So using the example address from the question: 1 By sending the API request https://maps.googleapis.com/maps/api/geocode/json?address=1398+N+Sanford Rd,+Afton,+NY+13730&key=YOUR_API_KEY, we geocode the address to get the coordinates. All we really care about is the geometry/location portion of the response: … "geometry": { "location": { "lat": 42.1792879, "lng": -75.4277321 }, … 2 The latitude of the location 138 miles north of that address is 42.1792879 + 2 = 44.1792879. The longitude is the same. So the latitude/longitude we’ll need to reverse geoencode is 44.1792879,-75.4277321. 3 Now, using the reverse geocoding API, we send this request: https://maps.googleapis.com/maps/api/geocode/json?latlng=44.1792879,-75.4277321&key=YOUR_API_KEY. The response gives a bunch of different results. Each one is a different way to describe the address—some specific, some less so. Each item in the results array includes an item called formatted_address, which is basically the one-line summary. Here are the formatted_address results we get in response to that API request: "formatted_address": "Fusa Blvd, Gouverneur, NY 13642, USA" "formatted_address": "Diana, NY, USA" "formatted_address": "Gouverneur, NY 13642, USA" "formatted_address": "Lewis County, NY, USA" "formatted_address": "New York, USA" "formatted_address": "United States" Even though we got a street name, we didn’t get an actual address. But Google Maps itself doesn’t give address numbers for that section of Fusa Boulevard , so it’s not really the API’s fault. More on reddit.com
🌐 r/GoogleMaps
2
0
June 21, 2018
People also ask

Can I use latitude and longitude from Google Maps in other tools?
Absolutely. Google Maps coordinates can be used in GPS devices, spreadsheets, mapping software, analytics platforms, and business applications.
🌐
wildnettechnologies.com
wildnettechnologies.com › home › how to find latitude and longitude on google maps
How to find latitude and longitude on google maps?
Can I find latitude and longitude in Google Maps without an address?
Yes. You can drop a pin anywhere on the map, and Google Maps will instantly show the latitude and longitude of that exact location.
🌐
wildnettechnologies.com
wildnettechnologies.com › home › how to find latitude and longitude on google maps
How to find latitude and longitude on google maps?
Why does Google Maps show latitude first and longitude second?
Google Maps follows the standard format where latitude (north–south position) comes first, followed by longitude (east–west position).
🌐
wildnettechnologies.com
wildnettechnologies.com › home › how to find latitude and longitude on google maps
How to find latitude and longitude on google maps?
🌐
Google Support
support.google.com › maps › answer › 18539
Search by latitude & longitude in Google Maps - Android - Google Maps Help
Format your coordinates so they work in Google Maps: ... Enter the latitude coordinate first before the longitude coordinate. Check that the first number in your latitude coordinate is between -90 and 90. Check that the first number in your longitude coordinate is between -180 and 180.
🌐
Google
developers.google.com › google maps platform › web › maps javascript api › getting lat/lng from a click event
Getting Lat/Lng from a Click Event | Maps JavaScript API | Google for Developers
The example code is provided in both TypeScript and JavaScript, along with HTML and CSS for creating the map display. Users can try the sample directly in JSFiddle or Google Cloud Shell, and can also clone the sample code to run it locally. This example listens for the click event, gets the latitude and longitude coordinates of the click from google.maps.MapMouseEvent.latLng, and displays those coordinates in an info window.
🌐
BatchGeo
blog.batchgeo.com › home › how to enter latitude and longitude into google maps
How to Enter Latitude and Longitude into Google Maps - BatchGeo
March 7, 2026 - You can even link to Google Maps by latitude and longitude point. For example, here’s the quickest way to the map at the Golden Gate coordinates: https://www.google.com/maps?q=37.819722,-122.478611
🌐
Mapize
mapize.com › home › resources › how to enter coordinates in google maps
How To Enter Coordinates In Google Maps - Mapize
October 23, 2024 - As mentioned, to ensure that you correctly enter coordinates in Google Maps and Google Search, first enter the latitude value followed by the longitude, and separate them with a comma. For example, “48.85840, 2.29449” returns a location ...
🌐
Wildnet Technologies
wildnettechnologies.com › home › how to find latitude and longitude on google maps
How to find latitude and longitude on google maps?
January 20, 2026 - Decimal Degrees (DD) Example: 28.4595, 77.0266 (Latitude first, then longitude, separated by a comma.) Degrees, Minutes, Seconds (DMS) Example: 28°27’34.2″N 77°1’35.8″E · Degrees and Decimal Minutes (DDM) Example: 28 27.57, 77 1.597 ...
Call   08800440643
Address   A-30, Lohia Rd, A Block, Sector 63, 201301, Noida
Find elsewhere
🌐
Google
developers.google.com › google maps platform › web › maps javascript api › coordinates
Coordinates | Maps JavaScript API | Google for Developers
For example, a value of -190 will be converted to 170. A value of 190 will be converted to -170. This reflects the fact that longitudes wrap around the globe. Altitude is measured in meters.
🌐
GPS Coordinates
gps-coordinates.net
GPS coordinates, latitude and longitude with interactive Maps
Find the GPS Coordinates of any address or vice versa. Get the latitude and longitude of any GPS location on Earth with our interactive Maps.
🌐
Maptive
maptive.com › home › blog › how to enter latitude and longitude on google maps
How to Enter Latitude and Longitude on Google Maps | Maptive
March 26, 2026 - If you’re on a desktop, all you have to do is select the location you want in the search bar on the Google Maps website and right-click the red marker–at which point you’ll see a pop-up window showing the GPS coordinates. If, on the other hand, you’re on your mobile device, you’ll need to drop a pin on the map (to drop a pin, all you have to do is tap and hold that spot on the map), and the top address bar on your browser will be automatically populated with the latitude and longitude coordinates of the pin you dropped.
🌐
GeeksforGeeks
geeksforgeeks.org › techtips › how-to-find-location-by-latitude-and-longitude-on-google-maps
How to Find Location by Latitude and Longitude on Google Maps - GeeksforGeeks
July 23, 2025 - On Google Maps, coordinates (Latitude And Longitude) are shown in the Decimal Degrees (DD) format. For example 26.942797 (latitude), 80.906750 (longitude).
🌐
Help Desk Geek
helpdeskgeek.com › home › how-to › how to use latitude and longitude in google maps
How to Use Latitude and Longitude in Google Maps
February 1, 2025 - The first number in the latitude should be between -90 and 90. The first number in the longitude should be between -180 and 180. Format the coordinates using decimal degrees (36.284065, for example) instead of commas (e.g., 36,284065).
🌐
MyRouteOnline
myrouteonline.com › home › blog › latitude and longitude based google maps
Latitude and Longitude Based Google Maps | MyRouteOnline
August 7, 2025 - This exact precision, means fewer missed appointments, faster service, and a safer, less stressful day for every tower technician. ... Add any latitude/longitude pair in square brackets, e.g., [32.456987, -96.123456], to guarantee your technician visits the exact location.
🌐
Business Insider
businessinsider.com › business insider › how to use latitude and longitude in google maps to get the coordinates of a specific place or find a location
How to use latitude and longitude in Google Maps to get the coordinates of a specific place or find a location
August 23, 2022 - Right-click the map to see that location's latitude and longitude. Dave Johnson · Quick tip: You can easily convert latitude and longitude among any of the three common formats using the PGC Coordinate Converter at the University of Minnesota website. You can easily find the latitude and longitude of any location using the Google Maps app on your iOS or Android device.
🌐
Google Maps
maps.ie › coordinates.html
Find GPS coordinates on Google maps | Latitude Longitude Search
A small box will appear at the bottom – it shows the latitude and longitude. Click the coordinates to copy them or view more location info. Tip: Coordinates are typically shown in decimal format (e.g., 53.2707, -9.0568). Open the Google Maps app. Tap and hold the spot you want.
🌐
Leads-sniper
leads-sniper.com › blog › how-to-read-google-maps-coordinates
How to Read Google Maps Coordinates (Simple Guide) | Leads-Sniper
March 29, 2026 - Google Maps relies on a geographic coordinate system to pinpoint locations. Think of it as a massive grid wrapping around the globe. ... Latitude: These invisible horizontal lines run parallel to the Equator. Longitude: These invisible vertical lines run from the North Pole to the South Pole.
🌐
Maine Department of Marine Resources
maine.gov › dmr › sites › maine.gov.dmr › files › inline-files › Google Maps LatLong How To Guide.pdf pdf
USING GOOGLE MAPS TO SEARCH FOR LATITUDE & LONGITUDE COORDINATES
latitude and longitude in decimal degrees at the top. To copy these coordinates, left click on them. Note: If you prefer degrees, minutes, seconds format, follow step #4 below instead. ... 4. If you prefer your coordinates in degrees, minutes, seconds left-click on the map area instead.
🌐
Alpinesavvy
alpinesavvy.com › blog › see-the-exact-right-spot-with-lat › long-coordinates-on-google
See the Exact Right Spot with lat/long coordinates on Google — Alpinesavvy
April 30, 2024 - Probably the easiest is to go to Google maps and zoom in on your area of interest. Right-click, and choose “What’s here?” This opens a pop up box. The latitude longitude coordinates in decimal degrees, of the exact point you clicked, appear at the bottom of the box.