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.
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
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
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
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
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?
Videos
03:22
Longitude and Latitude Explained: Map Skills | Geography | ClickView ...
00:41
How To Find Latitude And Longitude In Google Maps - YouTube
00:54
How To Find Longitude & Latitude Coordinates on Google Maps (Mobile) ...
Latitude & Longitude Coordinates Google Earth
03:41
How To Enter Coordinates On Google Maps | Complete Tutorial - YouTube
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.
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
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.
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.
Top answer 1 of 4
21
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]).
2 of 4
12
First is latitude, second longitude. Different than many constructors in mapbox.
Here are examples of formats that work:
- Degrees, minutes, and seconds (DMS):
41°24'12.2"N 2°10'26.5"E - Degrees and decimal minutes (DMM):
41 24.2028, 2 10.4418 - Decimal degrees (DD):
41.40338, 2.17403
Tips for formatting your coordinates
- Use the degree symbol instead of “d”.
- Use periods as decimals, not commas.
- Incorrect:
41,40338, 2,17403. - Correct:
41.40338, 2.17403.
- Incorrect:
- List your latitude coordinates before longitude coordinates.
- Check that the first number in your latitude coordinate is between
-90and90and the first number in your longitude coordinate is between-180and180.
https://support.google.com/maps/answer/18539
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.