Group
Extension

Matches 1

Geo-Coder-OSM ( G/GR/GRAY/Geo-Coder-OSM-0.03.tar.gz, GRAY, 2013; MetaCPAN )
Geo-Coder-OSM/lib/Geo/Coder/OSM.pm ( view source; MetaCPAN )
package Geo::Coder::OSM;

use strict;
use warnings;

use Carp qw(croak);
use Encode ();
use JSON;
use LWP::UserAgent;
use URI;

our $VERSION = '0.03';
$VERSION = eval $VERSION;

our %SOURCES = (
    o
ch');
    $uri->query_form(
        q                 => $location,
        format            => 'json',
        addressdetails    => 1,
        'accept-language' => 'en',
        %params,
    );

   
      lat               => $lat,
        lon               => $lon,
        format            => 'json',
        addressdetails    => 1,
        'accept-language' => 'en',
        %params,
    );

   

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.