2 easy ways to find the geographic coordinates of a location


2 easy ways to find the geographic coordinates of a location

Greetings, friends.

In this article I would like to share with you two easy ways to get coordinates from an address or point on a map.

Coordinates in a geographic system are longitude and latitude.

The coordinates can be useful for use in weather services for a more accurate forecast.

ℹ️
These examples show the use of services to search for coordinates manually. The use of the API of these services is not covered here.

Google Maps

Google Maps
Find local businesses, view maps and get driving directions in Google Maps.
Google Maps iconhttps://www.google.com/maps/

In this service you can enter an address into the search or select a point on the map.

Getting coordinates from a point on the map

Google Maps: Getting coordinates from a point on the map

  1. Find the point on the map for which you want to find the coordinates.
  2. Open the context menu with the mouse button on the map.
  3. Click on the coordinates at the top of the context menu to copy.

Finding coordinates by address

Google Maps: Finding coordinates by address

  1. Enter in the search address for which you want to find the coordinates.
  2. Open the context menu on the found point on the map.
  3. Click on the coordinates at the top of the context menu to copy.

OpenStreetMap

Query Features | OpenStreetMap
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
OpenStreetMap iconhttps://www.openstreetmap.org/query?lat=51.48603&lon=31.26843#map=18/51.48577/31.26909

In OpenStreetMap you can also enter an address in the search or select a point on the map.

Getting coordinates from a point on the map

OpenStreetMap: Getting coordinates from a point on the map

  1. Find the point on the map for which you want to find the coordinates.
  2. Open the context menu by clicking on the found point on the map.
  3. Click the context menu item "Show address".
  4. The box with the search results will show the coordinates for the selected point on the map. The first value is the latitude. The second is longitude.

Finding coordinates by address

OpenStreetMap: Finding coordinates by address

  1. Enter in the search address for which you want to find the coordinates.
  2. In the box with the search results select the appropriate option or specify the address of the search.
  3. Open the context menu on the found point on the map.
  4. Click the context menu item "Show address".
  5. The box with the search results will show the coordinates for the selected point on the map. The first value is the latitude. The second is longitude.

Ran-out of competition: LatLong

LatLong

Latitude and Longitude Finder
Just like every actual house has its address (which includes the number, the name of the street, city, etc), every single point on the surface of earth can be specified by the latitude and longitude coordinates. Therefore, by using latitude and longitude we can specify virtually any point on earth.
LatLong iconhttps://www.latlong.net/

Separately I would like to mention the service "LatLong", in which you can also get the coordinates of the entered address.

I used it several times and tested it while writing my article. I found it less convenient than the others.

The working principle is similar to the others:

  • The address is entered in the search field. As a result, the service returns the coordinates and shows the point on the map.

While using it I encountered these inconveniences:

  • At the time of writing this article, I encountered that the service would occasionally display a "Bot detected" message instead of result. Although I didn't make any manipulations while executing the requests.
  • The service copes well with addresses in the U.S. and Europe, in other cases I got inaccurate results.
  • There is a limit in the form of a daily quota of requests.

Since you've made it this far, sharing this article would be highly appreciated!

Published