jesperveldhuizen / reversegeocode

Reverse geocode coordinates to an address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReverseGeocoder

Local install

cd qlico
docker-compose build --pull --no-cache
cd ..
make up
make shell
composer install

Installation in project

composer require jesperveldhuizen/reversegeocode

Usage

See test.php for example.

php test.php :key :lat :lng

About

Reverse geocode coordinates to an address

License:Other


Languages

Language:PHP 80.6%Language:Dockerfile 16.2%Language:Makefile 2.5%Language:Shell 0.7%