Geo::Coder::OpenCage
NAME
Geo::Coder::OpenCage - Geocode addresses with the OpenCage Geocoder API
DESCRIPTION
This module provides an interface to the OpenCage geocoding service.
For full details on the API visit http://geocoder.opencagedata.com/api.html.
SYNOPSIS
my $geocoder = Geo::Coder::OpenCage.new: api_key => $my_api_key;
my $result = $geocoder.geocode("Donostia");
AUTHOR
Tadeusz Sośnierz, [email protected]
COPYRIGHT AND LICENSE
Copyright 2016 Tadeusz „tadzik” Sośnierz
This project is licensed under the MIT license – see the LICENSE file for details.