Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History

Geocoding

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Geocoding Script

This script takes an address and return its latitude and longitude.This process is called geocoding

I have used the locationiq website's geocoding api inorder to solve this problem.

To be able to use this script you have to create a free account at https://locationiq.com/ and obtain your private token.

Remember, don't share your private token with anyone.