Skip to content
Snippets Groups Projects
Monish Deb's avatar
87f91f0d

Get Geocode

Get geocoordinates for a given address using api v3 Address.Getgeocode

The extension is licensed under AGPL-3.0.

Requirements

  • PHP v7.4+
  • CiviCRM (FIXME: Version number)

Installation (Web UI)

Learn more about installing CiviCRM extensions in the CiviCRM Sysadmin Guide.

Installation (CLI, Zip)

Sysadmins and developers may download the .zip file for this extension and install it with the command-line tool cv.

cd <extension-dir>
cv dl getgeocode@https://github.com/FIXME/getgeocode/archive/master.zip

or

cd <extension-dir>
cv dl getgeocode@https://lab.civicrm.org/extensions/getgeocode/-/archive/main/getgeocode-main.zip

Installation (CLI, Git)

Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.

git clone https://github.com/FIXME/getgeocode.git
cv en getgeocode

or

git clone https://lab.civicrm.org/extensions/getgeocode.git
cv en getgeocode