DEV Community

NirmalSankalana
NirmalSankalana

Posted on

Answer: How To Get Latitude & Longitude of a Address using python

You can simply use geopy API to get longitude and latitude from address. geopy includes geocoder classes for the OpenStreetMap Nominatim, Google Geocoding API (V3), and many other geocoding services. The full list is available on the Geocoders doc section. Geocoder classes are located in geopy.geocoders. Here…

Top comments (0)