Group
Extension

Matches 1

Geo-Coder-US-Census ( N/NH/NHORNE/Geo-Coder-US-Census-0.07.tar.gz, NHORNE, 2025; MetaCPAN )
Geo-Coder-US-Census/lib/Geo/Coder/US/Census.pm ( view source; MetaCPAN )
package Geo::Coder::US::Census;

use strict;
use warnings;

use Carp;
use Encode;
use JSON::MaybeXS;
use HTTP::Request;
use LWP::UserAgent;
use LWP::Protocol::https;
use URI;
use Geo::StreetAddress::U
$geo_coder = Geo::Coder::US::Census->new();
      # Get geocoding results (as a hash decoded from JSON)
      my $location = $geo_coder->geocode(location => '4600 Silver Hill Rd., Suitland, MD');
    
reference -
making it easy to integrate into different codebases.
It decodes the JSON response from the API using L<JSON::MaybeXS>,
providing the result as a hash.
This allows easy extraction of latit

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